mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
Update nginx.conf
This commit is contained in:
parent
118fe148c1
commit
9fc8538b7d
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
location ~* \.(jpg|jpeg|png|gif|ico|js|pdf)$ {
|
||||
root __FINALPATH__/__NAME__;
|
||||
location ~* \.(jpg|jpeg|png|gif|ico|js|pdf|wasm)$ {
|
||||
add_header Cache-Control "public";
|
||||
expires 7d;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue