feat/factory_creation #1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user