summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-06 11:30:11 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-06 11:30:11 (GMT)
commitb2c8b7821e7e4ff82c65f0ab360ae067dded9e94 (patch)
tree2dcc3b145223710dc4d52393d187fc1580fa4e34 /etc
parentd2abd150f14f21d05ae2dc844985cb7b64815b00 (diff)
downloadsite-b2c8b7821e7e4ff82c65f0ab360ae067dded9e94.tar.gz
Rename /media directory to /resources
This is just cosmetics.
Diffstat (limited to 'etc')
-rw-r--r--etc/nginx/site.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/nginx/site.conf b/etc/nginx/site.conf
index 9105591..a4fd42d 100644
--- a/etc/nginx/site.conf
+++ b/etc/nginx/site.conf
@@ -28,7 +28,7 @@ server {
28 root /home/plugins/web; 28 root /home/plugins/web;
29 fancyindex on; 29 fancyindex on;
30 fancyindex_exact_size off; 30 fancyindex_exact_size off;
31 fancyindex_css_href /media/plugins.css; 31 fancyindex_css_href /resources/plugins.css;
32 } 32 }
33 33
34 # 34 #
@@ -57,7 +57,7 @@ server {
57 # Redirects etc. 57 # Redirects etc.
58 # 58 #
59 location = /favicon.ico { 59 location = /favicon.ico {
60 root /home/plugins/web/site/media; 60 root /home/plugins/web/site/resources;
61 } 61 }
62 location ^~ /snapshot { 62 location ^~ /snapshot {
63 return 301 /download$request_uri; 63 return 301 /download$request_uri;