Skip to content
Snippets Groups Projects
Commit b703495e authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'nginx/custom-preset' into 'main'

WIP custom preset for nginx

See merge request !73
parents 10f39aae 94c163cb
No related branches found
No related tags found
1 merge request!73WIP custom preset for nginx
Pipeline #959391 passed
......@@ -147,6 +147,10 @@ services:
- {{ projectroot }}:/var/www/html
{% if drupal.live|default(0) %}
- {{ projectrootfiles }}:/data/default
{% endif %}
{% if webserver.type == 'nginx' and webserver.preset == 'custom' %}
- {{ projectroot }}/nginx/custom.conf:/etc/gotpl/presets/custom.conf.tmpl
- {{ projectroot }}/nginx/upstream.custom.conf:/etc/gotpl/includes/upstream.custom.conf.tmpl
{% endif %}
labels:
traefik.enable: 'true'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment