Add documentation on how to alias your theme static files

This commit is contained in:
Christopher Allan Webber 2012-07-27 08:45:35 -05:00
parent 4d1761d22f
commit 8d051cc085

View File

@ -283,6 +283,11 @@ this ``nginx.conf`` file should be modeled on the following::
alias /srv/mediagoblin.example.org/mediagoblin/user_dev/media/public/;
}
# Theme static files (usually symlinked in)
location /theme_static/ {
alias /srv/mediagoblin.example.org/mediagoblin/user_dev/theme_static/;
}
# Mounting MediaGoblin itself via FastCGI.
location / {
fastcgi_pass 127.0.0.1:26543;