proxy_pass http://zaklik_by_node_js:3000; for bodypainter.eu

This commit is contained in:
Artur 2024-12-18 09:12:19 +01:00
parent ce639e0ca2
commit a2c1237d85
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ server {
location / {
proxy_pass http://zaklik-only:8085;
proxy_pass http://zaklik_by_node_js:3000;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;