diff --git a/public/nginx.conf b/public/nginx.conf new file mode 100644 index 0000000000000000000000000000000000000000..dd1f644f0b627f4a8f993b14177ddf99aa526b7b --- /dev/null +++ b/public/nginx.conf @@ -0,0 +1 @@ +rewrite ^(.*)$ /index.php/$1 last; \ No newline at end of file