Fix depogi ip address in nginx configuration.
Build and Deploy Java Gradle Application / build-and-deploy (push) Has been cancelled

This commit is contained in:
Florian THIERRY
2026-05-05 13:37:48 +02:00
parent 22af16c9af
commit 44537ddeff
+1 -1
View File
@@ -44,7 +44,7 @@ http {
} }
location ~ ^/api { location ~ ^/api {
proxy_pass http://192.168.1.153:50011; proxy_pass http://192.168.1.154:50011;
proxy_set_header Host $host:$server_port; proxy_set_header Host $host:$server_port;
proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Forwarded-Host $server_name;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;