Hi All,
Business Objective
Outside users (users travelling) should be able to access their email
through NGINX and it should redirect the connection to my Internal Exchange
server for authentication and access:
1. OWA
2. Outlook Anyway
3. ActiveSync
My environment info:
Client email access throu
On Mon, Oct 08, 2018 at 09:50:36PM +0200, Gbg wrote:
Hi there,
> wanted to ask if there is a list of best practice troubleshooting
> advice or even some tool or debugging switch that can help me find out
> which location gets used for a specific URL or URL pattern
The debug log (http://nginx.org
On Mon, Oct 08, 2018 at 12:53:36PM -0700, Brian W. wrote:
Hi there,
> Ok I figured it out.
Good stuff.
> A page I saw mentioned copying the ldap conf as the
> nginx.conf file and using that and I did. I erroneously thought the port
> 9000 connection in there was a necessary ldap connect piece a
Ok I figured it out. A page I saw mentioned copying the ldap conf as the
nginx.conf file and using that and I did. I erroneously thought the port
9000 connection in there was a necessary ldap connect piece and so I didn't
change it, until today with your questioning.
Thanx
Brian
On Mon, Oct 8, 20
During the last days I spent considerable amount of time solving issues with my
location definitions.
Sometimes I could see attempts to open files in the error.log, sometimes not.
I know there is
https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/
but wanted to ask if
On Mon, Oct 08, 2018 at 08:21:08AM -0700, Brian W. wrote:
Hi there,
> I want to do a successful auth, which I can, and then after the successful
> auth be reverse proxied to the specified web server, not a simple 302
> redirect, but actual reverse proxy. When I replace the hello world line
> with
I want to do a successful auth, which I can, and then after the successful
auth be reverse proxied to the specified web server, not a simple 302
redirect, but actual reverse proxy. When I replace the hello world line
with a get, I just get blank white screen. I can curl -i and get a 200. I
can also
On Sun, Oct 07, 2018 at 06:53:26PM -0400, Denis Papathanasiou wrote:
Hi there,
> Correct, I did confirm that `proxy_pass` is sending the entire multipart
> form request.
Thanks for following up with the nginx-related info; it'll help the next
person with the same problem know where to look to pr
On Sun, Oct 07, 2018 at 06:54:54AM -0700, Brian Whalen wrote:
Hi there,
> In summary I am trying to reverse proxy a group of windows web servers,
> where there is a # in the url. I have it mostly working except this.
I'm afraid I still don't fully understand what specific problem you
are reporti