forked from exozyme/nginx
Change port
This commit is contained in:
parent
17a03eec69
commit
c20328704d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ server {
|
|||
ssl_certificate_key /etc/letsencrypt/live/exozy.me/privkey.pem;
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:6000;
|
||||
proxy_pass http://127.0.0.1:6001;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
Loading…
Reference in a new issue