rpi4: enable SSL for default nginx host

This commit is contained in:
NullBite 2024-06-23 03:47:37 -04:00
parent ddb1b84384
commit 5601f77ace
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -88,6 +88,8 @@
"localhost" = {
default = true;
addSSL = true;
useACMEHost = "protogen.io";
locations."/" = {
return = "302 https://protogen.io$request_uri";
};