1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

Fix commented nginx config for linter

This commit is contained in:
Salamandar 2024-07-10 17:37:28 +02:00
parent 25e519aeaa
commit dc29d97249

View file

@ -9,7 +9,7 @@ location __PATH__/ {
try_files $uri $uri/ __PATH__/index.php;
location ~ [^/]\.php(/|$) {
# add_header X-Cache $upstream_cache_status;
# more_set_headers X-Cache $upstream_cache_status;
# fastcgi_ignore_headers "Cache-Control" "Expires" "Set-Cookie";
# fastcgi_cache nginx_cache;
# fastcgi_cache_valid any 7d;