fix escape

This commit is contained in:
zackartz 2024-05-03 17:10:15 -04:00
parent 112ef3e4ec
commit 6e75f625e0
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

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