1
0
Fork 0
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:
Thomas 2023-12-13 20:23:10 +01:00 committed by GitHub
parent 70be271df9
commit 9a10c36251
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# HSTS
more_set_headers Strict-Transport-Security "max-age=31536000";
more_set_headers "Strict-Transport-Security: max-age=31536000";
# General configs
root __INSTALL_DIR__/front/dist;