Skip to content
Snippets Groups Projects
Commit 30030461 authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

partial prod switchback

parent f1b34191
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ http { ...@@ -115,7 +115,7 @@ http {
alias "/usr/share/nginx/html/.well-known/"; alias "/usr/share/nginx/html/.well-known/";
} }
location /nexus/ { location /nexus/ {
proxy_pass http://130.183.207.100:31542; proxy_pass http://130.183.207.109:30913;
proxy_set_header Host $host; proxy_set_header Host $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;
...@@ -458,7 +458,7 @@ http { ...@@ -458,7 +458,7 @@ http {
#proxy_max_temp_file_size 2G; #proxy_max_temp_file_size 2G;
location / { location / {
proxy_pass http://130.183.207.100:32692; proxy_pass http://130.183.207.109:31744;
proxy_set_header Host $host; proxy_set_header Host $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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment