Welcome! Log In Create A New Profile

Advanced

How to allow path /batch?x=y

Posted by MINJO 
How to allow path /batch?x=y
October 13, 2013 08:30AM
Hi,

I'm having trouble with my Drupal+Nginx setup.

When I try to access path /batch?x=y it will cause a 403.

Only log that has anything related to is syslog but can't really tell how to take advantage of it nor explain columns.

Oct 13 13:43:36 someuserid? drupal: http://domain.tld|1381661016|access denied|x.y.z.a|http://domain.tld

Some of these are self-explanatory date,time, ip but how about others?
What is drupal: and whats that column for?

Since this info if only found in syslog could it relate to system configuration and especially user configuration?
Re: How to allow path /batch?x=y
October 09, 2015 03:07AM
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;
}
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 157
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready