More adjustements to the apache configuration file

This commit is contained in:
Pierre-Yves Chibon 2015-07-20 11:41:35 +02:00
parent 4cc45d279c
commit 6e1d0afca2

View file

@ -24,7 +24,12 @@
#TODO: move this to 443 when we have the ssl certs
<VirtualHost docs.pagure.org:80>
<VirtualHost *:80>
{% if env == 'pagure-staging' %}
ServerName docs.stg.pagure.org
{% else %}
ServerName docs.pagure.org
{% endif %}
<Location /d>
WSGIProcessGroup pagure