diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-30 16:43:12 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-30 16:43:12 -0500 |
commit | 26e789eb0cf8a8d55fd43e0fea8d3c15f6fa8f64 (patch) | |
tree | 4cca257dae54d48c362e2cdcae98cfb3a606e4c0 /docs/source | |
parent | 36dc2eaa661870cba1dd9ed50bc2bd09c8daa7cc (diff) | |
download | mediagoblin-26e789eb0cf8a8d55fd43e0fea8d3c15f6fa8f64.tar.lz mediagoblin-26e789eb0cf8a8d55fd43e0fea8d3c15f6fa8f64.tar.xz mediagoblin-26e789eb0cf8a8d55fd43e0fea8d3c15f6fa8f64.zip |
Let's comply with the Filesystem Hierarchy Standard
... and make elrond and tychoish happy :)
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/deploying.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/deploying.rst b/docs/source/deploying.rst index ca3d5046..22311a56 100644 --- a/docs/source/deploying.rst +++ b/docs/source/deploying.rst @@ -115,7 +115,7 @@ the translations to apache are not too hard. Also for the sake of this document, we'll assume you're running mediagoblin on the domain mediagoblin.example.org and your -mediagoblin checkout in /var/www/mediagoblin.example.org/mediagoblin/ +mediagoblin checkout in /srv/mediagoblin.example.org/mediagoblin/ Now in reality, you won't be running mediagoblin on such a domain or in such a directory, but it should be easy enough to move your stuff @@ -156,12 +156,12 @@ Now put in that file: # MediaGoblin's stock static files: CSS, JS, etc. location /mgoblin_static/ { - alias /var/www/mediagoblin.example.org/mediagoblin/static/; + alias /srv/mediagoblin.example.org/mediagoblin/static/; } # Instance specific media: location /mgoblin_media/ { - alias /var/www/mediagoblin.example.org/mediagoblin/user_dev/media/public/; + alias /srv/mediagoblin.example.org/mediagoblin/user_dev/media/public/; } # Mounting MediaGoblin itself via fastcgi. |