allow plain http on website

This commit is contained in:
CherryKitten 2024-06-17 09:38:42 +02:00
parent 4e7b4bd1c0
commit f30a09130f
Signed by: sammy
GPG key ID: 98D8F75FB0658276

View file

@ -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 = {
"/" = { "/" = {