This commit is contained in:
zackartz 2024-05-03 17:17:08 -04:00
parent 82cdc7fc58
commit 4a46a0eb09
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -44,8 +44,8 @@
};
services.nginx.virtualHosts."pterodactyl.zackmyers.io" = {
forceSSL = false;
enableACME = false;
forceSSL = true;
enableACME = true;
root = "/var/www/pterodactyl/public";
locations."/".extraConfig = ''