Alexandre
2023-03-23 20:36:32 +01:00
committed by GitHub
parent 91fe5268be
commit 85fe41ac3b

View File

@@ -1,10 +1,8 @@
add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;";
location = /healthcheck {
access_log off;
location = /status.php {
try_files $uri $uri/ /index.php$request_uri;
access_log off;
log_not_found off;
}