Update nginx.conf
This commit is contained in:
parent
b5ba02cd69
commit
d85cc0593c
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ index index.php;
|
|||
add_header Content-Security-Policy "frame-ancestors 'self'";
|
||||
add_header X-Frame-Options DENY;
|
||||
add_header Referrer-Policy same-origin;
|
||||
#add_header X-Frame-Options "ALLOW-FROM __DOMAINE__:8080";
|
||||
#add_header Access-Control-Allow-Origin "__DOMAINE__:8080";
|
||||
#add_header X-Frame-Options "ALLOW-FROM __DOMAIN__:8080";
|
||||
#add_header Access-Control-Allow-Origin "__DOMAIN__:8080";
|
||||
|
||||
location __PATH__ {
|
||||
try_files $uri $uri/ /index.php?$query_string;
|
||||
|
|
Loading…
Reference in a new issue