Explore/ismail #12

Merged
afrina merged 10 commits from explore/ismail into main 2026-09-09 14:47:34 +08:00
Showing only changes of commit 7467cc34f8 - Show all commits
+2 -1
View File
@@ -9,7 +9,8 @@ server {
client_max_body_size 50M; client_max_body_size 50M;
location / { location / {
try_files $uri $uri/ @php; rewrite ^/(.*)/$ /$1 last;
try_files $uri @php;
} }
location @php { location @php {