diff --git a/hosts/pluto/services/pterodactyl.nix b/hosts/pluto/services/pterodactyl.nix index 6dec5d2..088492e 100644 --- a/hosts/pluto/services/pterodactyl.nix +++ b/hosts/pluto/services/pterodactyl.nix @@ -77,6 +77,9 @@ ''; extraConfig = '' + index index.html index.htm index.php; + charset utf-8; + access_log off; error_log /var/log/nginx/pterodactyl.app-error.log error;