From bf90a8473490b3e07db3a9c0759be72fbb10e9b6 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 3 Jul 2023 12:34:58 +0200 Subject: nginx custom conf in location --- galaxy.yml | 2 +- roles/nginx_reverse_proxy/templates/nginx.conf.j2 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index b0ba438..d5ff7f3 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: kompetenzbolzen name: stuff -version: 0.19.0 +version: 0.19.1 readme: README.md authors: - Jonas Gunz diff --git a/roles/nginx_reverse_proxy/templates/nginx.conf.j2 b/roles/nginx_reverse_proxy/templates/nginx.conf.j2 index d279cdc..8f94bce 100644 --- a/roles/nginx_reverse_proxy/templates/nginx.conf.j2 +++ b/roles/nginx_reverse_proxy/templates/nginx.conf.j2 @@ -10,5 +10,6 @@ server { location / { proxy_pass {{ nginx_reverse_proxy.proxy_address }}; + {{ nginx_reverse_proxy.nginx_options_location_root | default("") }} } } -- cgit v1.2.3