1
0
Fork 0
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:
navanchauhan 2022-07-22 11:52:21 -06:00
parent 3fcf3b33ad
commit aaa71d4d51

View file

@ -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)(/.*)$;