diff --git a/hosts/pluto/services/pterodactyl.nix b/hosts/pluto/services/pterodactyl.nix index f68f560..38809be 100644 --- a/hosts/pluto/services/pterodactyl.nix +++ b/hosts/pluto/services/pterodactyl.nix @@ -53,6 +53,8 @@ ''; locations."/favicon.ico".extraConfig = '' access_log off; log_not_found off; + ''; + locations."/robots.txt".extraConfig = '' access_log off; log_not_found off; ''; locations."~ \\.php$".extraConfig = '' @@ -71,7 +73,7 @@ fastcgi_read_timeout 300; ''; - locations."~ //\.ht".extraConfig = '' + locations."~ ///\.ht".extraConfig = '' deny all; '';