mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
fix more_set_headers
This commit is contained in:
parent
70be271df9
commit
9a10c36251
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
# HSTS
|
# HSTS
|
||||||
more_set_headers Strict-Transport-Security "max-age=31536000";
|
more_set_headers "Strict-Transport-Security: max-age=31536000";
|
||||||
|
|
||||||
# General configs
|
# General configs
|
||||||
root __INSTALL_DIR__/front/dist;
|
root __INSTALL_DIR__/front/dist;
|
||||||
|
|
Loading…
Reference in a new issue