Try 2 to get static files working.
This commit is contained in:
parent
ecc2b6a68f
commit
d541c1cff9
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ WSGIRestrictEmbedded On
|
|||
|
||||
<VirtualHost *:80>
|
||||
|
||||
Alias /static /opt/python/current/app/
|
||||
Alias /static /opt/python/current/app/static/
|
||||
<Directory /opt/python/current/app/>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
|
|
Reference in a new issue