add ssl
This commit is contained in:
parent
82cdc7fc58
commit
4a46a0eb09
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."pterodactyl.zackmyers.io" = {
|
services.nginx.virtualHosts."pterodactyl.zackmyers.io" = {
|
||||||
forceSSL = false;
|
forceSSL = true;
|
||||||
enableACME = false;
|
enableACME = true;
|
||||||
root = "/var/www/pterodactyl/public";
|
root = "/var/www/pterodactyl/public";
|
||||||
|
|
||||||
locations."/".extraConfig = ''
|
locations."/".extraConfig = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue