reworking qa-stg static sites to work better with proxy setup
This commit is contained in:
parent
f1069c8a67
commit
91c913e569
2 changed files with 10 additions and 8 deletions
9
files/httpd/qadevel-virtualhost.conf.j2
Normal file
9
files/httpd/qadevel-virtualhost.conf.j2
Normal file
|
@ -0,0 +1,9 @@
|
|||
# this is meant for proxied stuff only, hence the lack of ssl
|
||||
|
||||
<VirtualHost *:80>
|
||||
# Change this to the domain which points to your host.
|
||||
ServerName {{ item.name }}
|
||||
Options Indexes FollowSymLinks
|
||||
|
||||
DocumentRoot {{ item.document_root }}
|
||||
</VirtualHost>
|
Loading…
Add table
Add a link
Reference in a new issue