1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plume_ynh.git synced 2024-09-03 20:15:54 +02:00

fix logo not shown

This commit is contained in:
yalh76 2019-03-21 20:44:54 +01:00
parent 59fa6ffe81
commit 8c553d576a

View file

@ -1,8 +1,3 @@
location ~* \.(jpg|jpeg|png|gif|ico|js|pdf|wasm)$ {
add_header Cache-Control "public";
expires 7d;
}
location / { location / {
# Force usage of https # Force usage of https
if ($scheme = http) { if ($scheme = http) {