diff --git a/nginx/default.conf b/nginx/default.conf index 89a8bf2..f15595a 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -23,14 +23,6 @@ server { fastcgi_pass unix:/var/run/php/php-fpm.sock; } - location /assets { - set $modified_filename ""; - if ($filename) { - set $modified_filename $filename; - } - rewrite ^ /legacy-asset?asset=$modified_filename last; - } - # handle .php location ~ \.php$ { fastcgi_pass unix:/var/run/php/php-fpm.sock;