Update admin.conf
This commit is contained in:
parent
68f22988c1
commit
831060b325
@ -21,10 +21,10 @@ server {
|
||||
return 200;
|
||||
}
|
||||
if ($host = sadmin.pena) {
|
||||
proxy_pass http://10.6.0.26:59301;
|
||||
proxy_pass http://10.6.0.9:59301;
|
||||
}
|
||||
if ($host != sadmin.pena) {
|
||||
proxy_pass http://10.6.0.26:59301;
|
||||
proxy_pass http://10.6.0.9: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