mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
Fix missing query_string in nginx sample config
Causes missing parameters in $_GET query
This commit is contained in:
parent
e74fbe5bfd
commit
4d8d574089
@ -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