rpi4: enable SSL for default nginx host
This commit is contained in:
parent
ddb1b84384
commit
5601f77ace
@ -88,6 +88,8 @@
|
|||||||
|
|
||||||
"localhost" = {
|
"localhost" = {
|
||||||
default = true;
|
default = true;
|
||||||
|
addSSL = true;
|
||||||
|
useACMEHost = "protogen.io";
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
return = "302 https://protogen.io$request_uri";
|
return = "302 https://protogen.io$request_uri";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user