Hi All,
Quick Q: Why does the following config not work ie NginX is returning a
404 when I attempt to access a php file/page from the "/common/" location?
Obviously I'm misunderstanding something about how location directives
work :-)
~~~
location /common/ {
root /www;
try_files $uri $
On Thu, Jan 30, 2020 at 04:46:27PM +, Johan Gabriel Medina Capois wrote:
Hi there,
> Here are two attached with required information, sorry for the time, anything
> else I'm available for send.
>
>From that, I do not see any evidence of a problem involving nginx.
You say that authenticati
On Wed, Jan 29, 2020 at 07:12:24PM +, Johan Gabriel Medina Capois wrote:
Hi there,
> The issues is that nginx is not allowing authentication through, any
> application cant’s authenticate through nginx, is this case the backend is
> running in IIS, any idea? if you need more information i
Richard Paul
Sent: Tuesday, January 28, 2020 11:00 AM
To: nginx@nginx.org
Subject: Re: Help please
By the looks of things, if the application is redirecting to /wfc that's not
working, your application doesn't seem to accept that as a valid. The Squid
cache is returning a miss an
er Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
Regards
-Original Message-
From: nginx <
<mailto:nginx-boun...@nginx.org>
nginx-boun...@nginx.org
> On
gt;
nginx-boun...@nginx.org
> On Behalf Of J.R.
Sent: Tuesday, January 28, 2020 9:34 AM
To:
<mailto:nginx@nginx.org>
nginx@nginx.org
Subject: Re: Help please
Can you help us please?
You're going to have to be a *bit* more specific what your problem is...
sage-
From: nginx On Behalf Of J.R.
Sent: Tuesday, January 28, 2020 9:34 AM
To: nginx@nginx.org
Subject: Re: Help please
> Can you help us please?
You're going to have to be a *bit* more specific what your problem is...
___
nginx mailing l
> Can you help us please?
You're going to have to be a *bit* more specific what your problem is...
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Morning
We are new using nginx as reverse proxy, we are having trouble with a site in
IIS getting this logs
Access logs
"GET /wfc HTTP/1.1" 404 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64;
rv:72.0) Gecko/20100101 Firefox/72.0"
"GET /wfc/logon HTTP/1.1" 200 7496 "-" "Mozilla/5.0 (Windows NT
On 22 Mar 2014, at 00.16, Francis Daly wrote:
> On Sat, Mar 22, 2014 at 11:37:38AM +1300, Steve Holdoway wrote:
>
> Hi there,
>
>> Sadly not one mention of the correct way to handle %1 and $1 in either
>> of these pages.
>
I seem to be having problems sending to this mailing list... but I wi
On Sat, Mar 22, 2014 at 11:37:38AM +1300, Steve Holdoway wrote:
Hi there,
> Sadly not one mention of the correct way to handle %1 and $1 in either
> of these pages.
Can you describe in words what you want your nginx config to do?
As in: this request leads to that response.
I can try guessing a
Sadly not one mention of the correct way to handle %1 and $1 in either
of these pages.
Anyone??
Cheers,
steve
On Thu, 2014-03-20 at 22:14 -0700, Payam Chychi wrote:
> Hi Steve,
>
> that's a lot of apache nonsense ;) that you shouldn't need
>
> check out:
> http://nginx.org/en/docs/http/conve
Hi Steve,
that's a lot of apache nonsense ;) that you shouldn't need
check out:
http://nginx.org/en/docs/http/converting_rewrite_rules.html
another useful link with great commenting:
https://blog.engineyard.com/2011/useful-rewrites-for-nginx/
-Payam
On 2014-03-20, 9:44 PM, Steve Holdoway wrot
I'm tryiing to migrate a site that uses codeigniter behind modx to draw
pages, and this is the block that breaks the site when I remove it
from .htaccess...
RewriteRule ^$ home [L]
RewriteCond %{HTTP_HOST} ^(?:www\.)?([^\.]*)\..*$ [NC]
RewriteCond %{REQUEST_URI} !^/?$
14 matches
Mail list logo