]> git.openstreetmap.org Git - rails.git/blobdiff - config/nginx.conf
Remove trailing whitespace.
[rails.git] / config / nginx.conf
index ae779854686bafb52270be786e6a0efb7012ec27..41fd52d8d2eefc666ec23174e9366181cdb6e799 100644 (file)
@@ -143,9 +143,9 @@ http {
             rewrite ^/(0\.[0-9]+)/(.*)$ /api/$1/$2;
             rewrite ^/capabilities$ /api/capabilities;
         }
-    
         # Strip asset tags
-        location ~ ^/(images|javascripts|openlayers|stylesheets)/ {
+        location ~ ^/(images|javascripts|openlayers|stylesheets|user/image)/ {
             rewrite ^/(.*)/[0-9]+$ /$1;
         }
 
@@ -220,10 +220,10 @@ http {
 
         # Set the MIME type for crossdomain.xml policy files
         # or flash will ignore it
-        location ~ /crossdomain\.xml {
-                       types {
-                               text/x-cross-domain-policy xml;
-                       }
+        location ~ /crossdomain\.xml$ {
+            types {
+                text/x-cross-domain-policy xml;
+            }
         }
     }
 }