Set meme as default site on nginx

This commit is contained in:
Giulio De Pasquale 2022-10-13 16:04:56 +02:00
parent efe8e4d575
commit bb5bf44156

View File

@ -8,28 +8,23 @@
recommendedProxySettings = true; recommendedProxySettings = true;
recommendedTlsSettings = true; recommendedTlsSettings = true;
# virtualHosts."giugl.io" = { virtualHosts."architect.devs.giugl.io" = {
# default = true; default = true;
# enableACME = true; enableACME = true;
# addSSL = true; addSSL = true;
# root = "/var/lib/nginx/error_pages"; root = "/var/lib/nginx/error_pages";
# extraConfig = "error_page 404 /index.htm;"; extraConfig = "error_page 404 /index.htm;";
#
# locations = { locations = {
# "/" = { "/" = { return = "404"; };
# return = "404";
# }; "/index.htm" = { };
#
# "/index.htm" = { "/style.css" = { };
# };
# "/wat.jpg" = { };
# "/style.css" = { };
# }; };
#
# "/wat.jpg" = {
# };
# };
# };
appendConfig = '' appendConfig = ''
worker_processes 24; worker_processes 24;
''; '';