fix: Disable absolute redirects (#349)

This commit is contained in:
Kroese 2024-01-19 01:51:57 +01:00 committed by GitHub
parent 861307e8de
commit b52c8d8a2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,7 @@ server {
server_name _;
tcp_nodelay on;
server_tokens off;
absolute_redirect off;
error_log /dev/null;
access_log /dev/null;