This commit is contained in:
2021-06-06 16:50:40 +03:00
parent 862bf210d4
commit 2ad09ae7bd
2 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -24,14 +24,14 @@ server {
server {
listen 80;
# server_name inno-ijl.ru;
server_name inno-ijl.ru;
# index index.php index.html index.htm index.nginx-debian.html;
location / {
add_header 'Access-Control-Allow-Origin' '*';
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://89.223.91.151:8079/;
proxy_pass http://89.223.94.192:8079/;
}
location /api {