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:
parent
59fa6ffe81
commit
8c553d576a
1 changed files with 0 additions and 5 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue