summaryrefslogtreecommitdiff
path: root/blob
diff options
context:
space:
mode:
authorroot2014-03-10 20:58:31 +0100
committerroot2014-03-10 20:58:31 +0100
commit59c4147bbec43622c0cc696fbb3dfe6a67f5d4b6 (patch)
tree271ab400ad38683895acfb79e01267c95170b884 /blob
parentd8c0d3f8c5229147809d543fb59b1968e9824b59 (diff)
downloadfiles.iamfabulous.de-59c4147bbec43622c0cc696fbb3dfe6a67f5d4b6.tar.gz
stuff
Diffstat (limited to 'blob')
-rw-r--r--blob/nginx_rewrite_rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/blob/nginx_rewrite_rules b/blob/nginx_rewrite_rules
index b35bece..662362c 100644
--- a/blob/nginx_rewrite_rules
+++ b/blob/nginx_rewrite_rules
@@ -2,6 +2,7 @@ location /robots.txt {} #stop rewriting the robots.txt
location /favicon.ico {}
location ~* ^/.+[^/].+\.css {}
+location ~* ^/.+[^/].+\.png {}
location ~* ^/?login(\?[0-9a-zA-Z]+(=[0-9a-zA-Z]*)?)?$ {
rewrite ^/?login(\?[0-9a-zA-Z]*(=[0-9a-zA-Z]*)?)? /index.php?task=login&arguments=$1 last;