whitespace-only changes

This commit is contained in:
David Baumgold
2013-12-10 11:34:41 -05:00
parent c84164510e
commit 28f22393bf
22 changed files with 62 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
# Mapping of
# Mapping of
#
# From the /mitx directory:
# /usr/local/Cellar/nginx/1.2.2/sbin/nginx -p `pwd`/ -c nginx.conf
@@ -49,7 +49,7 @@ http {
rewrite ^(.*)/favicon.ico$ /static/images/favicon.ico last;
# Our catchall
# Our catchall
location / {
proxy_pass http://portal;
}