Explore/ismail #6

Merged
ismailmasseran merged 4 commits from explore/ismail into staging 2026-09-01 13:53:07 +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 {