Add documentation on how to alias your theme static files
This commit is contained in:
parent
4d1761d22f
commit
8d051cc085
@ -283,6 +283,11 @@ this ``nginx.conf`` file should be modeled on the following::
|
|||||||
alias /srv/mediagoblin.example.org/mediagoblin/user_dev/media/public/;
|
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.
|
# Mounting MediaGoblin itself via FastCGI.
|
||||||
location / {
|
location / {
|
||||||
fastcgi_pass 127.0.0.1:26543;
|
fastcgi_pass 127.0.0.1:26543;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user