Преглед на файлове

Merge pull request #282 from bawuenet/script_alias

feat: Add support for ScriptAlias in standard vhost
tags/v0.41.0
Imran Iqbal преди 4 години
родител
ревизия
5a186de875
No account linked to committer's email address
променени са 2 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. +4
    -0
      apache/vhosts/standard.tmpl
  2. +3
    -0
      pillar.example

+ 4
- 0
apache/vhosts/standard.tmpl Целия файл

@@ -78,6 +78,10 @@
Alias {{ loc }} {{ path }}
{%- endfor %}

{%- for loc, path in site.get('ScriptAlias', {}).items() %}
ScriptAlias {{ loc }} {{ path }}
{%- endfor %}

{%- for path, dir in site.get('Directory', {}).items() -%}
{%- set dvals = {
'Options': dir.get('Options', vals.Directory.Options),

+ 3
- 0
pillar.example Целия файл

@@ -284,6 +284,9 @@ apache:
Alias:
/docs: /usr/share/docs

ScriptAlias:
/cgi-bin/: /var/www/cgi-bin/

Formula_Append: |
Additional config as a
multi-line string here

Loading…
Отказ
Запис