aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/deploying.rst
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-05-23 13:43:04 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-05-23 13:43:04 -0500
commit24ede04415df1a79da83e2716ab3c714e2080563 (patch)
tree2b50ec224ce3240faaf0847ed003a0e08ef56d51 /docs/source/siteadmin/deploying.rst
parent23055eb3947a9f1b11f7c8fc2f460653c7bf2875 (diff)
downloadmediagoblin-24ede04415df1a79da83e2716ab3c714e2080563.tar.lz
mediagoblin-24ede04415df1a79da83e2716ab3c714e2080563.tar.xz
mediagoblin-24ede04415df1a79da83e2716ab3c714e2080563.zip
Documentation changes to reflect new plugin assetlink stuff
- updated old theme assetlink section to reflect new location of ./bin/gmg assetlink and removed comment about the plugin command being temporary. - Added a new section to the standard config file on where to put the plugin_static section - Added release notes about said section This commit sponsored by Thomas Webber. Thanks, Dad!
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r--docs/source/siteadmin/deploying.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index 9bcc0637..0ee6b5b4 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -327,6 +327,11 @@ this ``nginx.conf`` file should be modeled on the following::
alias /srv/mediagoblin.example.org/mediagoblin/user_dev/theme_static/;
}
+ # Plugin static files (usually symlinked in)
+ location /plugin_static/ {
+ alias /srv/mediagoblin.example.org/mediagoblin/user_dev/plugin_static/;
+ }
+
# Mounting MediaGoblin itself via FastCGI.
location / {
fastcgi_pass 127.0.0.1:26543;