mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-20 14:32:53 +00:00
Fix overlapping ports
This commit is contained in:
@@ -72,7 +72,7 @@ server {
|
||||
gunzip on;
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:3001;
|
||||
proxy_pass http://127.0.0.1:8080;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_intercept_errors on;
|
||||
proxy_http_version 1.1;
|
||||
@@ -115,7 +115,7 @@ server {
|
||||
gunzip on;
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:3001;
|
||||
proxy_pass http://127.0.0.1:8090;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_intercept_errors on;
|
||||
proxy_http_version 1.1;
|
||||
|
Reference in New Issue
Block a user