diff --git a/hosts/pluto/services/pterodactyl.nix b/hosts/pluto/services/pterodactyl.nix index bf41656..6dec5d2 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; '';