Update admin.conf
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user