Browse Source

Small update of the nginx default config file

pull/978/head
Timothée Jaussoin 5 years ago
parent
commit
3940ebdeeb
  1. 4
      etc/nginx/conf.d/movim.conf

4
etc/nginx/conf.d/movim.conf

@ -6,7 +6,7 @@ location /movim/ {
# Define a server side cache for the proxyfied pictures
#location /picture {
# include snippets/fastcgi-php.conf;
# include fastcgi_params;;
# add_header X-Cache $upstream_cache_status;
# fastcgi_ignore_headers "Cache-Control" "Expires" "Set-Cookie";
@ -16,7 +16,7 @@ location /movim/ {
#}
location ~ \.php$ {
include snippets/fastcgi-php.conf;
include fastcgi_params;;
}
location /movim/ws/ {

Loading…
Cancel
Save