ckruijntjens Wrote: ------------------------------------------------------- > i am using this configuration. > > server { > listen 80; > server_name webmail.ckruijntjens.nl; > return 301 https://$server_name$request_uri/webapp; > } > > > server { > listen 443 http2; > server_name webmail.ckruijntjens.nl; &by ckruijntjens - How to...
i am using this configuration. server { listen 80; server_name webmail.ckruijntjens.nl; return 301 https://$server_name$request_uri/webapp; } server { listen 443 http2; server_name webmail.ckruijntjens.nl; location / { #location ~* .(jpg|jpeg|png|gif|ico|css|js)$ { #expires 365d; #} proxy_ssl_session_reuse off;by ckruijntjens - How to...
Hi all, I hope someone can help me with this one. i setup a revers nginx proxy and with firefox,ie browser everyting works as should. However when i use google chrome browser the redirect does not work. I enter the url without http:// or https:// If i enter http:// then the redirect works in chrome. if i dont enter http:// before the link it wont redirect me. The issue is only with Chromeby ckruijntjens - How to...
Hi All, I hope you can help me. I have multiple sites and in front of this i have an nginx revers proxy to handle all the requests. Now with every site that is using websockets its not working for me from my company proxy. if i access my websites elsewhere it works. However if i access another websocket url (from mattermost for example) it works. If i enter my mattermost website again i get a wby ckruijntjens - How to...
Hi all, I have a question. I yust started with nginx and i am tryin to accomplish something. I have a webmail application and i want it to access true a reverse proxy. i attached the code in an attachment. now i i browse webmail.ckruijntjens.nl it shows me the login page bit after login is done ____________________________________________________________________________________ i get theby ckruijntjens - Migration from Other Servers