From 3a7994cd94b8ce59143c39dca3d2ed75702affc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=9F=D1=80=D0=B8=D0=BC=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Thu, 17 Feb 2022 23:10:59 +0300 Subject: [PATCH] rm duplicate --- 80.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/80.conf b/80.conf index d68eb2b..623d36f 100644 --- a/80.conf +++ b/80.conf @@ -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 {