Unified http and https nginx proxy

This commit is contained in:
2021-01-01 21:05:58 +01:00
parent 38616ff702
commit b9f87ad6cb
4 changed files with 6 additions and 19 deletions

View File

@@ -1,6 +0,0 @@
server
{
server_name {{domain}};
{% include 'roles/native-letsencrypt/templates/ssl_header.j2' %}
{% include 'roles/native-nginx-docker-proxy/templates/https_proxy_pass.conf.j2'%}
}