mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
14 lines
206 B
Plaintext
14 lines
206 B
Plaintext
|
#default
|
||
|
server
|
||
|
{
|
||
|
server_name {{domain}};
|
||
|
|
||
|
{% include 'roles/native-letsencrypt/templates/ssl_header.j2' %}
|
||
|
|
||
|
location /
|
||
|
{
|
||
|
root /usr/share/nginx/homepage;
|
||
|
index index.html index.htm;
|
||
|
}
|
||
|
}
|