mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
remove X-Frame header
This commit is contained in:
parent
3fcf3b33ad
commit
aaa71d4d51
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ location __PATH__/ {
|
|||
|
||||
client_max_body_size 512M;
|
||||
|
||||
more_clear_headers 'X-Frame-Options';
|
||||
|
||||
try_files $uri $uri/ /index.php;
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||
|
|
Loading…
Add table
Reference in a new issue