aboutsummaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/nginx_reverse_proxy/templates/nginx.conf.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/nginx_reverse_proxy/templates/nginx.conf.j2 b/roles/nginx_reverse_proxy/templates/nginx.conf.j2
index 4c8ed3a..d279cdc 100644
--- a/roles/nginx_reverse_proxy/templates/nginx.conf.j2
+++ b/roles/nginx_reverse_proxy/templates/nginx.conf.j2
@@ -6,6 +6,8 @@ server {
ssl_certificate {{ nginx_reverse_proxy.cert }};
ssl_certificate_key {{ nginx_reverse_proxy.key }};
+ {{ nginx_reverse_proxy.nginx_options | default("") }}
+
location / {
proxy_pass {{ nginx_reverse_proxy.proxy_address }};
}