aboutsummaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2023-07-03 12:34:58 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2023-07-03 12:34:58 +0200
commitbf90a8473490b3e07db3a9c0759be72fbb10e9b6 (patch)
treefc68ff331a209f9aa0f154a9b25e56426b09fb43 /roles
parent05a269404076188c86cc25b54504811c6a7d56da (diff)
downloadansible_collection-bf90a8473490b3e07db3a9c0759be72fbb10e9b6.tar.gz
nginx custom conf in location
Diffstat (limited to 'roles')
-rw-r--r--roles/nginx_reverse_proxy/templates/nginx.conf.j21
1 files changed, 1 insertions, 0 deletions
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("") }}
}
}