Fix depogi ip address in nginx configuration.
Build and Deploy Java Gradle Application / build-and-deploy (push) Successful in 1m10s
Build and Deploy Java Gradle Application / build-and-deploy (push) Successful in 1m10s
This commit is contained in:
@@ -44,7 +44,7 @@ http {
|
||||
}
|
||||
|
||||
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 X-Forwarded-Host $server_name;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
||||
Reference in New Issue
Block a user