diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-11-03 17:10:39 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-11-03 17:10:39 -0500 |
commit | baf03e9bf93483c474b5fcba379452071a8ae029 (patch) | |
tree | 1e8aa2ee9d14048d9b23451b69e587d45d9e1747 /docs/source/deploying.rst | |
parent | 02e99c78cdb91d3dab52675d11f29bf834e4f6ca (diff) | |
download | mediagoblin-baf03e9bf93483c474b5fcba379452071a8ae029.tar.lz mediagoblin-baf03e9bf93483c474b5fcba379452071a8ae029.tar.xz mediagoblin-baf03e9bf93483c474b5fcba379452071a8ae029.zip |
Correcting the mediagoblin static/media aliases in the deployment guide
Diffstat (limited to 'docs/source/deploying.rst')
-rw-r--r-- | docs/source/deploying.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/deploying.rst b/docs/source/deploying.rst index fbe829af..c2ba0c47 100644 --- a/docs/source/deploying.rst +++ b/docs/source/deploying.rst @@ -202,12 +202,12 @@ this ``nginx.conf`` file should be modeled on the following: :: # MediaGoblin's stock static files: CSS, JS, etc. location /mgoblin_static/ { - alias /srv/mediagoblin.example.org/mediagoblin/static/; + alias /srv/mediagoblin.example.org/mediagoblin/mediagoblin/static/; } # Instance specific media: location /mgoblin_media/ { - alias /srv/mediagoblin.example.org/mediagoblin/user_dev/media/public/; + alias /srv/mediagoblin.example.org/mediagoblin/mediagoblin/user_dev/media/public/; } # Mounting MediaGoblin itself via fastcgi. |