Move app files out to app dirs
This commit is contained in:
parent
54e6599a1b
commit
3808c37ac6
5 changed files with 4 additions and 4 deletions
10
files/trac/trac-vhost.conf
Normal file
10
files/trac/trac-vhost.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue