aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--docs/source/deploying.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index c9fc5c8e..b0ef7154 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -13,6 +13,7 @@ Thank you!
* Alex Camelio
* Bernhard Keller
* Caleb Forbes Davis V
+* Corey Farwell
* Chris Moylan
* Christopher Allan Webber
* Daniel Neel
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.