Explore/ismail #10

Merged
ismailmasseran merged 9 commits from explore/ismail into staging 2026-09-06 12:41:25 +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;
location / {
try_files $uri $uri/ @php;
rewrite ^/(.*)/$ /$1 last;
try_files $uri @php;
}
location @php {