Explore/ismail #7

Merged
ismailmasseran merged 5 commits from explore/ismail into staging 2026-09-01 14:23:10 +08:00
Showing only changes of commit 5793cbc664 - 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 {