mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
<VirtualHost *:80>
|
|
ServerName trac-dev.cloud.fedoraproject.org
|
|
WSGIScriptAlias / /srv/www/trac/trac.wsgi
|
|
|
|
<Directory /srv/www/trac/trac.wsgi>
|
|
WSGIProcessGroup %{GLOBAL}
|
|
Order deny,allow
|
|
Allow from all
|
|
</Directory>
|
|
</VirtualHost>
|