rm duplicate

This commit is contained in:
Primakov Alexandr Alexandrovich 2022-02-17 23:10:59 +03:00
parent 3c9779dfda
commit 3a7994cd94

View File

@ -35,14 +35,6 @@ server {
# add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range';
# proxy_pass http://212.193.59.173:8079/;
# }
location /static/ {
add_header 'Access-Control-Allow-Origin' '*.inno-js.ru';
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';
alias "/home/ijl/ijl/apps/";
}
}
server {