fix login
Deploy / deploy (push) Successful in 9s

This commit is contained in:
2026-05-06 12:09:43 +02:00
parent 40f9fda3e6
commit edfc4181d2
+5 -1
View File
@@ -3,8 +3,12 @@ server {
root /app/public; root /app/public;
index index.html; index index.html;
location = / {
try_files /index.html /index.php$is_args$args;
}
location / { location / {
try_files $uri /index.html /index.php$is_args$args; try_files $uri /index.php$is_args$args;
} }
location ~ \.php$ { location ~ \.php$ {