Re: proxy_timeout valid values
I don't understand. I'm looking for valid measurement units (seconds, hours, day...) and max value for all of them
View ArticleRe: proxy_timeout valid values
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_read_timeout
View ArticleReverse proxy if target server does redirect
Hi all, I want to have Nginx as reverse proxy into my smart home. E.g. the location home shall reverse proxy my Homematic system: location /home/ { proxy_pass http://192.168.23.120/; } What the target...
View ArticleHTTP to HTTPS doesn't work to Angular app
I want to make a redirect HTTP to HTTPS with proxy to my Angular app. The HTTP > HTTPS redirect works, but later this the ssl proxy can't reach the Angular app on localhost:4200. When I set to 80...
View ArticleNeed help fixing http to https on LEMP
Need help setting up 301 redirects from http to https on the following config. Enabling return 301 https://dom1.com$request_uri; line makes too many redirects. A also tried 2 server blocks with one for...
View ArticleIMAP and POP3 upstream session keepalive
Hi! We are setting up an Nginx mail proxy to seamless migrate from Cyrus to Dovecot. We used this documentation to implement it: https://docs.nginx.com/nginx/admin-guide/mail-proxy/mail-proxy/...
View ArticleSubdomain not working
Hi, I what to setup three domain in my nginx server running on linux and I am getting into some issues basically the subdomain is not working myserver.com platform.myserver.com www.myserver.com The...
View ArticleSOLVED: Subdomain not working
Folks no need to respond to this I had figured out what the problem is semicolon was missing and I correct it and it worked
View ArticleSMTP With Postfix Behind Nginx R-PROXY
Hello All, i try to configure my infrastructure, with my servers in Trusted Network, and Nginx Proxy in DMZ. Until now for http, https and some stream working perfectly. Also i configure and working...
View Article"No rule to make target" on make
Hi, i'm new here and also just take my first steps with Nginx-Module-Programming. Last week I've create my first Test following this: https://blog.csdn.net/xiangguiwang/article/details/70174908 and all...
View Articlenon-www to www only
An SEO tool I am using has made this suggestion: Quote: Some websites have www in front of their domain, like www.google.com. Others don't, like dribbble.com. If your website works on the domain www...
View ArticleRe: non-www to www only
Hi Ookma-Kyi, i think, this question is well known by google. One of the first results is: https://www.digitalocean.com/community/questions/nginx-https-redirect-www-to-non-www You should find the...
View ArticleTrace ID
Hello, I have a radio streaming where I use nginx to proxy this stream what I am trying to do is add a variable to access log that keeps record of a listener without changing that variable through a...
View ArticleRe: non-www to www only
NginxModule Wrote: ------------------------------------------------------- > Hi Ookma-Kyi, > > i think, this question is well known by Google. One of the first > results is: >...
View ArticleIIS rewrite to nginx rewrite
Hello everyone - I've been running a web site on IIS for years and have used the following rewrite rule to make it easier to access resources on my LAN. In this example, I'm able to type in...
View Articlereverse proxy issue with websocket
Hi, i tried a little longer now with one of my services behind my reverse proxy and im out of ideas meanwhile. i use several subdomains and subfolder configs wich are all working nice exept this one...
View ArticleReverse Proxy Cookies
Hi I have domain tool.abc.com, when someone visit this domain I want to auto login user on a different domain e.g mytool.com. So is it possible to pass session cookies on nginx level and reverse proxy...
View Article