discourse
This commit is contained in:
@@ -22,8 +22,15 @@ server {
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
|
||||
{%- if services[service.domain][service.subdomain]['data']['nginx']['extra'] %}
|
||||
|
||||
# From ... data.nginx.extra
|
||||
{{ services[service.domain][service.subdomain]['data']['nginx']['extra'] }}
|
||||
{%- endif %}
|
||||
|
||||
{%- if target != 'prod' %}
|
||||
|
||||
include snippets/banner_{{ target }}.conf;
|
||||
{%- endif %}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user