ma misa-felix.ml: disable acme for now
This commit is contained in:
parent
9ae9c6c888
commit
9a85d6e2bc
@ -3,8 +3,8 @@
|
|||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
virtualHosts."misa-felix.ml" = {
|
virtualHosts."misa-felix.ml" = {
|
||||||
forceSSL = true;
|
#forceSSL = true;
|
||||||
enableACME = true;
|
#enableACME = true;
|
||||||
locations = {
|
locations = {
|
||||||
"/" = {
|
"/" = {
|
||||||
index = "index.html";
|
index = "index.html";
|
||||||
|
Loading…
Reference in New Issue
Block a user