hopes and dreams
This commit is contained in:
parent
e3b1ac8bd1
commit
8f021fabf3
9 changed files with 23 additions and 26 deletions
10
nginx
Normal file
10
nginx
Normal file
|
@ -0,0 +1,10 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name _;
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:5000;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue