diff options
| -rw-r--r-- | static.nix | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -82,6 +82,18 @@ in { root = "/var/lib/www/cnx.gdn"; }; + "px.cnx.gdn" = { + enableACME = true; + forceSSL = true; + locations = { + "/".index = "index.xhtml"; + "~ /index.xhtml$".extraConfig = '' + expires -1; + ''; + }; + root = "/var/lib/www/px.cnx.gdn"; + }; + "septagram.suricrasia.online" = { enableACME = true; extraConfig = '' |
