mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Исправление для nginx, чтобы не дублировался знак вопроса в GET параметрах
This commit is contained in:
@@ -37,7 +37,7 @@ server {
|
||||
}
|
||||
|
||||
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$ {
|
||||
|
Reference in New Issue
Block a user