mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Fix missing query_string in nginx sample config
Causes missing parameters in $_GET query
This commit is contained in:
parent
3fdf1d3f44
commit
7b43c972dd
@ -25,7 +25,7 @@ server {
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php;
|
||||
try_files $uri $uri/ /index.php?$query_string;;
|
||||
}
|
||||
|
||||
location ~ \.php$ {
|
||||
|
Loading…
x
Reference in New Issue
Block a user