Fixed Apache config.
This commit is contained in:
parent
fab5dc84ea
commit
40692c2b7b
|
@ -1,6 +1,5 @@
|
|||
WSGIDaemonProcess metanohi.name processes=2 threads=5 display-name=%{GROUP}
|
||||
WSGIProcessGroup metanohi.name
|
||||
WSGIScriptAlias / /home/niels/www/meta/nohi/nohi.wsgi
|
||||
|
||||
<VirtualHost *:80>
|
||||
|
||||
|
@ -19,6 +18,8 @@ WSGIScriptAlias / /home/niels/www/meta/nohi/nohi.wsgi
|
|||
Alias /static /home/niels/www/meta/nohi/static
|
||||
Alias /heavy /home/niels/www/meta/nohi/heavy
|
||||
|
||||
WSGIScriptAlias / /home/niels/www/meta/nohi/nohi.wsgi
|
||||
|
||||
<Directory /home/niels/www/meta/nohi>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
|
@ -49,6 +50,8 @@ WSGIScriptAlias / /home/niels/www/meta/nohi/nohi.wsgi
|
|||
Alias /static /home/niels/www/meta/nohi/static
|
||||
Alias /heavy /home/niels/www/meta/nohi/heavy
|
||||
|
||||
WSGIScriptAlias / /home/niels/www/meta/nohi/nohi.wsgi
|
||||
|
||||
<Directory /home/niels/www/meta/nohi>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
|
|
Loading…
Reference in New Issue