Strip asset tags from user images.
This commit is contained in:
parent
e5076f332a
commit
9b3496d2e2
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ http {
|
|||
}
|
||||
|
||||
# Strip asset tags
|
||||
location ~ ^/(images|javascripts|openlayers|stylesheets)/ {
|
||||
location ~ ^/(images|javascripts|openlayers|stylesheets|user/image)/ {
|
||||
rewrite ^/(.*)/[0-9]+$ /$1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue