1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix indentation

This commit is contained in:
RGBCube 2024-01-20 13:26:18 +03:00
parent fe8ec58d82
commit 374dd56aae
No known key found for this signature in database

View file

@ -31,7 +31,7 @@ serverSystemConfiguration {
commonHttpConfig = '' commonHttpConfig = ''
map $scheme $hsts_header { map $scheme $hsts_header {
https "max-age=31536000; includeSubdomains; preload"; https "max-age=31536000; includeSubdomains; preload";
} }
add_header Strict-Transport-Security $hsts_header; add_header Strict-Transport-Security $hsts_header;