back 2 old ip

This commit is contained in:
2021-10-08 15:57:23 +03:00
parent 6ae770e932
commit 5823de394e
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ server {
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range';
add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range';
proxy_pass http://212.193.59.173:8079/;
proxy_pass http://89.223.94.192:8079/;
}
}
@@ -45,7 +45,7 @@ server {
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range';
add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range';
proxy_pass http://212.193.59.173:8078/;
proxy_pass http://89.223.94.192:8078/;
}
}