Welcome! Log In Create A New Profile

Advanced

Re: I need my “bad user agent” map not to block my rss xml file

Francis Daly
January 09, 2019 03:20AM
On Tue, Jan 08, 2019 at 07:30:44PM -0800, lists@lazygranch.com wrote:

Hi there,

> Stripping down the nginx.conf file:
>
> server{
> location / {
> root /usr/share/nginx/html/mydomain/public_html;
> if ($badagent) { return 403; }
> }
> location = /feeds {
> try_files $uri $uri.xml $uri/ ;
> }
> }
> The "=" should force an exact match, but the badagent map is checked.

What file on your filesystem is your rss xml file?

Is it something other than /usr/local/nginx/html/feeds or
/usr/local/nginx/html/feeds.xml?

And what request do you make to fetch your rss xml file?

Do things change if you move the "root" directive out of the "location"
block so that it is directly in the "server" block?

f
--
Francis Daly francis@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

I need my “bad user agent” map not to block my rss xml file

gariac January 08, 2019 10:32PM

Re: I need my “bad user agent” map not to block my rss xml file

Francis Daly January 09, 2019 03:20AM

Re: I need my “bad user agent” map not to block my rss xml file

gariac January 09, 2019 09:16PM

Re: I need my “bad user agent” map not to block my rss xml file

Francis Daly January 10, 2019 03:52AM

Re: I need my “bad user agent” map not to block my rss xml file

gariac January 10, 2019 11:08PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 276
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready