mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update nginx.conf
This commit is contained in:
parent
b089588c9d
commit
012c48eb63
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ location __PATH__/ {
|
||||||
location ~ ^/(images|static)/ {
|
location ~ ^/(images|static)/ {
|
||||||
root /app;
|
root /app;
|
||||||
try_files $uri =404;
|
try_files $uri =404;
|
||||||
more_set_headers X-Cache-Status STATIC;
|
more_set_headers "X-Cache-Status STATIC";
|
||||||
access_log off;
|
access_log off;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue