The standard vhost currently handles a regular Alias configuration statement, but not the related ScriptAlias. Add this.tags/v0.41.0
Alias {{ loc }} {{ path }} | Alias {{ loc }} {{ path }} | ||||
{%- endfor %} | {%- endfor %} | ||||
{%- for loc, path in site.get('ScriptAlias', {}).items() %} | |||||
ScriptAlias {{ loc }} {{ path }} | |||||
{%- endfor %} | |||||
{%- for path, dir in site.get('Directory', {}).items() -%} | {%- for path, dir in site.get('Directory', {}).items() -%} | ||||
{%- set dvals = { | {%- set dvals = { | ||||
'Options': dir.get('Options', vals.Directory.Options), | 'Options': dir.get('Options', vals.Directory.Options), |
Alias: | Alias: | ||||
/docs: /usr/share/docs | /docs: /usr/share/docs | ||||
ScriptAlias: | |||||
/cgi-bin/: /var/www/cgi-bin/ | |||||
Formula_Append: | | Formula_Append: | | ||||
Additional config as a | Additional config as a | ||||
multi-line string here | multi-line string here |