Update admin.conf

This commit is contained in:
Mikhail 2024-12-23 17:23:48 +00:00
parent 267e1ec68e
commit 68f22988c1

@ -21,10 +21,10 @@ server {
return 200;
}
if ($host = sadmin.pena) {
proxy_pass http://10.8.0.6:59301;
proxy_pass http://10.6.0.26:59301;
}
if ($host != sadmin.pena) {
proxy_pass http://10.8.0.8:59301;
proxy_pass http://10.6.0.26:59301;
}
proxy_hide_header Access-Control-Allow-Origin;
add_header Access-Control-Allow-Origin $http_origin always;