mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
fixing bad httpd conf syntax
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# this is meant for proxied stuff only, hence the lack of ssl
|
||||
|
||||
Alias {{ item.document_root }} /{{ item.name }}
|
||||
Alias /{{ item.name }} {{ item.document_root }}
|
||||
|
||||
<Directory "{{ item.document_root }}">
|
||||
Options Indexes FollowSymLinks
|
||||
|
||||
Reference in New Issue
Block a user