mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
9 lines
289 B
Django/Jinja
9 lines
289 B
Django/Jinja
server
|
|
{
|
|
server_name {{domain}};
|
|
{% include 'roles/native-letsencrypt/templates/ssl_header.j2' %}
|
|
{% include 'roles/native-nginx-docker-proxy/templates/https_proxy_pass.conf.j2'%}
|
|
access_log /var/log/nginx/{{domain}}-access.log;
|
|
error_log /var/log/nginx/{{domain}}-error.log;
|
|
}
|