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 = {
|
virtualHosts = {
|
||||||
"cherrykitten.dev" = {
|
"cherrykitten.dev" = {
|
||||||
extraConfig = "error_page 404 /404.html;";
|
extraConfig = "error_page 404 /404.html;";
|
||||||
forceSSL = true;
|
addSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations = {
|
locations = {
|
||||||
"/" = {
|
"/" = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue