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" = {
|
||||
forceSSL = false;
|
||||
enableACME = false;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
root = "/var/www/pterodactyl/public";
|
||||
|
||||
locations."/".extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue