mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Refactored native-
This commit is contained in:
15
roles/homepage/templates/homepage.nginx.conf.j2
Normal file
15
roles/homepage/templates/homepage.nginx.conf.j2
Normal 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user