other host

This commit is contained in:
Kameron Kenny - pi501 2024-07-01 12:02:08 -04:00
parent ed0fcc338a
commit 04911c8681
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ server {
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
location / { location / {
proxy_pass http://10.99.22.51:4002; proxy_pass http://10.99.22.52:4002;
proxy_set_header Host $http_host; proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;