diff options
author | Corey Farwell <coreyf@rwell.org> | 2011-11-19 10:43:31 -0800 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2011-11-19 10:43:31 -0800 |
commit | fc5695c538f2b6d230c0e431087e9c10e6deac6c (patch) | |
tree | de75956ea2d18b8fc0d955cb5e10906c2b6d03ef /docs/source | |
parent | 53bc39755bf22fe8eebf06b051018eba111a64e7 (diff) | |
download | mediagoblin-fc5695c538f2b6d230c0e431087e9c10e6deac6c.tar.lz mediagoblin-fc5695c538f2b6d230c0e431087e9c10e6deac6c.tar.xz mediagoblin-fc5695c538f2b6d230c0e431087e9c10e6deac6c.zip |
incorrect path in nginx config
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/deploying.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/deploying.rst b/docs/source/deploying.rst index c2ba0c47..b944a3d3 100644 --- a/docs/source/deploying.rst +++ b/docs/source/deploying.rst @@ -207,7 +207,7 @@ this ``nginx.conf`` file should be modeled on the following: :: # Instance specific media: location /mgoblin_media/ { - alias /srv/mediagoblin.example.org/mediagoblin/mediagoblin/user_dev/media/public/; + alias /srv/mediagoblin.example.org/mediagoblin/user_dev/media/public/; } # Mounting MediaGoblin itself via fastcgi. |