feat/factory_creation #1

Merged
pcouture merged 8 commits from feat/factory_creation into master 2023-12-14 12:33:05 -05:00
Showing only changes of commit 7ebfd3b4e4 - Show all commits

View File

@ -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;