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:09 +08:00
parent a127b9d8ce
commit 6e1ce76c50
7 changed files with 13 additions and 25 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 {