first commit
This commit is contained in:
10
nginx/appseed-app.conf
Normal file
10
nginx/appseed-app.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 85;
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:5005/;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user