allow plain http on website
This commit is contained in:
parent
4e7b4bd1c0
commit
f30a09130f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
virtualHosts = {
|
||||
"cherrykitten.dev" = {
|
||||
extraConfig = "error_page 404 /404.html;";
|
||||
forceSSL = true;
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
locations = {
|
||||
"/" = {
|
||||
|
|
Loading…
Reference in a new issue