renamed and optimized homepage role

This commit is contained in:
2023-11-17 13:54:56 +01:00
parent dfaa449989
commit eebf359d0a
6 changed files with 40 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
#default
server
{
server_name {{domain}};
{% include 'roles/letsencrypt/templates/ssl_header.j2' %}
charset utf-8;
location /
{
root /usr/share/nginx/homepage;
index index.html index.htm;
}
}