Updated blog.hermitcollective.net to use the docs folder as root

main
hermitcollective.net 2023-10-26 17:12:53 +02:00
parent 137ee920f6
commit a182f0f689
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
services.nginx.virtualHosts."blog.hermitcollective.net" = { services.nginx.virtualHosts."blog.hermitcollective.net" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
root = "/var/www/blog.hermitcollective.net"; root = "/var/www/blog.hermitcollective.net/docs";
}; };
} }