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:
parent
25e519aeaa
commit
dc29d97249
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue