diff --git a/hosts/pluto/services/pterodactyl.nix b/hosts/pluto/services/pterodactyl.nix index 12ae3b2..bf41656 100644 --- a/hosts/pluto/services/pterodactyl.nix +++ b/hosts/pluto/services/pterodactyl.nix @@ -72,7 +72,7 @@ fastcgi_read_timeout 300; ''; - locations."~ ///\.ht".extraConfig = '' + locations."~ //\\.ht".extraConfig = '' deny all; '';