DONE: fix error on nginx, add version on env, enable impersonate on staging

This commit is contained in:
ISMAIL MASSERAN
2026-08-27 10:33:31 +08:00
parent adab98701f
commit 406044b847
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ server {
client_max_body_size 50M;
location / {
try_files $uri $uri/ @php;
try_files $uri @php;
}
location @php {