mirror of
https://github.com/elyby/accounts.git
synced 2024-12-27 23:50:19 +05:30
Исправление для nginx, чтобы не дублировался знак вопроса в GET параметрах
This commit is contained in:
parent
f76221c41c
commit
27d2b52ff5
@ -37,7 +37,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /api {
|
location /api {
|
||||||
try_files $uri $uri /api/web/index.php?$is_args$args;
|
try_files $uri $uri /api/web/index.php$is_args$args;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~* \.php$ {
|
location ~* \.php$ {
|
||||||
|
Loading…
Reference in New Issue
Block a user