aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-02-24 16:37:39 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-02-24 16:38:01 -0600
commita49c741f1141e8b9ff6022ebeddc4ad335fdab8a (patch)
treef3f4088f63ddaa6d8a0b3f8f2d84ae5400dac509
parent37b48053e9f2da3a6e2378874b025ab152f6f614 (diff)
downloadmediagoblin-a49c741f1141e8b9ff6022ebeddc4ad335fdab8a.tar.lz
mediagoblin-a49c741f1141e8b9ff6022ebeddc4ad335fdab8a.tar.xz
mediagoblin-a49c741f1141e8b9ff6022ebeddc4ad335fdab8a.zip
Removing stray character from pythonsnake's doc change and filling comment
This commit sponsored by Johannes Knabbe. Thank you!
-rw-r--r--docs/source/siteadmin/deploying.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index d1300d72..9b2324ae 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -282,8 +282,9 @@ this ``nginx.conf`` file should be modeled on the following::
# Change this to update the upload size limit for your users
client_max_body_size 8m;
- # prevent attacks (someone uploading a .txt file that the browser interprets as an HTML file, etc.)
- add_header X-Content-Type-Options nosniff;ยท
+ # prevent attacks (someone uploading a .txt file that the browser
+ # interprets as an HTML file, etc.)
+ add_header X-Content-Type-Options nosniff;
server_name mediagoblin.example.org www.mediagoblin.example.org;
access_log /var/log/nginx/mediagoblin.example.access.log;