Si, é definida en opcións e dividir é como debe ser. Aquí está o bloque de código cun query_string cambiou nginx que permite, con todo eu recibín un erro interno do servidor cando este é descomentada.
Code:location / { root /var/www/htdocs/wizard; index index.php index.html index.htm; # Translate for root # rewrite ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ index.php?language=$1&vbet_outside=true last; # rewrite ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ $2?language=$1&vbet_outside=true last; # # if ($query_string !~* 'vbet_outside=true') { # rewrite ^(.*)$ $1?vbet_outside=true last; # } # Translate for root }