Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: How to allow path /batch?x=y

$
0
0
I solved this problem by replacing (drupal config recommended by nginx)

location / {
try_files $uri /index.php;
}

with

location / {
try_files $uri /index.php?$query_string;
}

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>