Replies: 6 comments 3 replies
-
I found a very similar file in the container under /data/nginx/proxy_host/number.conf But I found no way, to edit that file with nano in the container (used the consol in portainer) The "funny" part is, the EWS access worked for me until I updated NPM |
Beta Was this translation helpful? Give feedback.
-
Not an answer to your question but in my case |
Beta Was this translation helpful? Give feedback.
-
Hi I tried upstream mail { but this takes my host offline |
Beta Was this translation helpful? Give feedback.
-
You need this https://github.com/gabihodoroaga/nginx-ntlm-module |
Beta Was this translation helpful? Give feedback.
-
@jmccreary |
Beta Was this translation helpful? Give feedback.
-
Hello, Somebody solve this problem? I tried to solve it but nothing. I use NPM in docker on proxmox |
Beta Was this translation helpful? Give feedback.
-
The only thing not working on my Nginx Proxy Manager setup is my Exchange server, I can access the webmail portion just fine. The problem is with outlook desktop clients, no matter what I do they won’t sign in. I believe it has something to do with the way the autodiscover sub-domain proxy is setup, but I have no idea how to configure this in on Nginx Proxy Manager. I can’t seem to find any information online about how to configure it.
I did find this setup for Nginx, but I’m not sure how this would transfer over to Nginx Proxy Manager.
server {
if ($host = $mail.domain.tld) {
return 301 https://$host$request_uri;
} # managed by Certbot
}
server {
}
any suggestions?? Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions