Added static pages site

This commit is contained in:
Nickiel12 2023-10-27 11:31:21 -07:00
parent e285182d59
commit fa3cb676c5

View file

@ -50,6 +50,12 @@
locations."/".proxyPass = "http://127.0.0.1:3001";
};
"staticpages.nickiel.net" = {
forceSSL = true;
enableACME = true;
root = "/Aurora/StaticSites/static_pages/public";
};
};
};
}