Can't access OWA, OA and ActiveSync

2018-10-08 Thread alisampras
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

Re: Best practices for solving location issues

2018-10-08 Thread Francis Daly
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

Re: Proxy_pass url with a #

2018-10-08 Thread Francis Daly
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

Re: Proxy_pass url with a #

2018-10-08 Thread Brian W.
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

Best practices for solving location issues

2018-10-08 Thread Gbg
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

Re: Proxy_pass url with a #

2018-10-08 Thread Francis Daly
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

Re: Proxy_pass url with a #

2018-10-08 Thread Brian W.
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

Re: Simple proxy_pass settings are invalidating/deleting multipart file data sent by POST

2018-10-08 Thread Francis Daly
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

Re: Proxy_pass url with a #

2018-10-08 Thread Francis Daly
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