mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Update nginx.conf
This commit is contained in:
parent
5eb2c534e3
commit
a4f6e405bc
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ location __PATH__/ {
|
|||
}
|
||||
|
||||
location ~ ^__PATH__/picture/ {
|
||||
fastcgi_pass unix:/var/run/php__PHPVERSION__-fpm-__NAME__.sock;
|
||||
include fastcgi_params;
|
||||
add_header X-Cache $upstream_cache_status;
|
||||
fastcgi_ignore_headers "Cache-Control" "Expires" "Set-Cookie";
|
||||
|
|
Loading…
Add table
Reference in a new issue