Update nginx.conf
This commit is contained in:
parent
61c65e50b6
commit
3a9abeb82a
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +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";
|
||||
|
||||
location __PATH__ {
|
||||
try_files $uri $uri/ /index.php?$query_string;
|
||||
|
|
Loading…
Reference in a new issue