fix escape

This commit is contained in:
zackartz 2024-05-03 17:07:26 -04:00
parent 4d48854f7f
commit 112ef3e4ec
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -72,7 +72,7 @@
fastcgi_read_timeout 300; fastcgi_read_timeout 300;
''; '';
locations."~ ///\.ht".extraConfig = '' locations."~ //\\.ht".extraConfig = ''
deny all; deny all;
''; '';