Sì, è impostato nelle opzioni e dividere qui come deve essere. Ecco il blocco di codice con un query_string cambiato nginx permette, però ottengo un errore interno del server quando questo è decommentato.
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 }