This is fine - I need a part from Nginx to client. And thanks for clarifying about nginx compressing the request which are only in responses.by blason - Nginx Mailing List - English
Thanks for input; much appreciated.by blason - Nginx Mailing List - English
Thanks for the reply. Let me try doing that.by blason - Nginx Mailing List - English
Hi Team, I currently have IIS server and I am planning to put reverse proxy server in front of that IIS server. Since this IIS server carries a huge request in every request that is around 40-50 Mb of data is being uploaded at every transaction I need to enable gzip on for the server. However I see only html/text files can be gzipped and if any specific other data needs to be gzipped then needby blason - Nginx Mailing List - English
Hi Team, I am going to deploy two nginx reverse proxy servers and I wanted them in HA mode. I see keepalived is available with Plus version however keepalived being an open source can be used with Open source version as well? Can someone please confirm if keepalived or any other approach can help me in achieving Active-Passive setup of nginx reverse proxies? TIA Blason Rby blason - Nginx Mailing List - English
Right - And that helped a lot. Thanks for the quick helpby blason - Nginx Mailing List - English
Hi Team, I have Ubuntu 20.04 and Nginx 1.20.1 installed from Official Nginx repository. I already have made the server_tokens to off however wondering if customer header can be added without recompiling it? With any modules or packages on ubuntu 20.04? TIA Blason Rby blason - Nginx Mailing List - English
Thanks team for your help but I had to find an alternative and instead I hosted the site on Nginx server itself. Which currently is working fine.by blason - Nginx Mailing List - English
user www-data; worker_processes auto; pid /run/nginx.pid; include /etc/nginx/modules-enabled/*.conf; load_module modules/ngx_http_modsecurity_module.so; events { worker_connections 768; # multi_accept on; } http { map $http_upgrade $connection_upgrade { default upgrade; '' close; } ## # Basic Settings ##by blason - Nginx Mailing List - English
Here is Apache config <VirtualHost fs.example.com:80> ServerAdmin webmaster@example.com DocumentRoot /var/www/fs/ ServerName fs.example.com ServerAlias fs.example.com ErrorLog /var/log/apache2/fs/error.log CustomLog /var/log/apache2/fs/access.log combined LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Refby blason - Nginx Mailing List - English
Here are the debug logs - If that would help https://pastebin.com/K3521Cnkby blason - Nginx Mailing List - English
Hi Team, My portal name is lets say fs.example.com and it is configured on apache server which is then proxied to internet using Nginx reverse proxy. However I tried everything I was aware of and I am consistently getting below error whenever this URL is accessed. I am running out of ideas about troubleshooting the issue and I need a help on it. Here is Nginx config file ``` server {by blason - Nginx Mailing List - English
Thanks for message. Let me test that and revert.by blason - Nginx Mailing List - English
Hi Team, I am trying to build a reverse proxy as well as load balancer using below link. Can someone please confirm if below scenario can be achieved? I would really appreciate if someone can go through the links and wanted to understand if sticky or persistence connection can be possible with Nginx LB? https://www.ibm.com/docs/en/aspera-faspex/4.4.1?topic=systems-expected-load-balancer-behby blason - Nginx Mailing List - English
Hi Team, Here is one more issue I am facing. I have portal running on http://test.example.com:8080/AppWise and http://test.example.com/WebAdmin Now I diverted that portal through Nginx reverse proxy here is my config ********** server { listen 8080; listen 80; server_name test.example.com; access_log /var/log/nginx/twprod/access.log; error_logby blason - Nginx Mailing List - English
Bummer!! I am not that pro - but would really appreciate if you can give me certain reference links or configuration? Pleaseby blason - Nginx Mailing List - English
Well - I tried that as well ************ location /SNX/ { proxy_pass https://websocket; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header Host $host; ******************** And in nginx.conf fiby blason - Nginx Mailing List - English
My bad - Just a typo with this topic. I want to add Nginx reverse proxy in front of my checkpoint mobile access portal not behindby blason - Nginx Mailing List - English
Hi Team, I am trying to add nginx reverse proxy behind Check Point Mobile access portal which is a SSL VPN portal. Somehow this not working and when I captured and analyzed the har file I observed that the portal is accepting websocket calls. I tried implementing the same with nginx but I am still unable to find the solution. Here is what I am seeing with Har file and then I have given my coby blason - Nginx Mailing List - English
Hi Team, Looks like my issue is resolved by adding this line after proxy_pass proxy_ssl_server_name on;by blason - Nginx Mailing List - English
Well actually while doing a curl request site is being moved and here is I am getting curl -vk https://xx.xx.xx/TestPage/ <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/TestPage/(S(x4tawpc554zkefscrv1weydt))/index.aspx">here</a>.</h2> </body></html> * Connection #0 to hoby blason - Nginx Mailing List - English
Sure I'll note that. and I feed something is not right at remote end server. Thanks for your help.by blason - Nginx Mailing List - English
Oh my bad those xxx. and sss consider those are single url. I just typed while creating this post randomly Here are my error.log - 2021/09/17 11:23:09 9429#9429: *1814357 peer closed connection in SSL handshake (104: Connection reset by peer) while SSL handshaking to upstream, client: 10.0.22.99, server: xxx.xxxx.xxx.xxx, request: "GET /TestPage/ HTTP/1.1", upstream: "https:/by blason - Nginx Mailing List - English
Hi Team, I have server whose URL is https://xx.xx.xx.xx/TestPage/ which gets generated as https://xxxx.xxx.xxx/TestPage/(S(0inoxzi14rxqq1uix1tiyp1t))/index.aspx Now I have implemented nginx reverse proxy in front this server and then I have done the config proxy_pass as proxy_pass https://xxx.ssss.sss.ss/TestPage; Now if you see after TestPage there is a unique value gets added andby blason - Nginx Mailing List - English
Hi Team, Wondering if anyone has deployed Citrix server behind nginx reverse proxy server? Or if anyone has success about implementing Check Point Mobile Access VPN portal behind nginx reverse proxy? I am still wondering if such encryption technology can work with Nginx reverse proxy? TIA Blason Rby blason - Nginx Mailing List - English
Thanks appreciated your response.by blason - Nginx Mailing List - English
Oh Ok - Thanks for the pointer and if my understanding is clear then define map $geoip_country_code $allowed_country_A map $geoip_country_code $allowed_country_B map $geoip_country_code $allowed_country_C under http section in /etc/nginx/nginx.conf and then use if ($allowed_country_A = no) in server section?by blason - Nginx Mailing List - English
Hi Team, This is nginx 1.19.5 I have reverse proxy server where I am hosting around 20 sites behind nginx reverse proxy server. This reverse proxy server only used for reverse proxy purpose and no local web server is running on it. I need to implement geoip blocking but what I understood from the document is map $geoip_country_code $allowed_country variable to has to be set in http sectiby blason - Nginx Mailing List - English
Well - That was not the nginx issue and was an apache2 issue. I had virtual hosts defined on apache2 server and apache2 was not finding a match even through config was there. Hence I added the entry in hosts file and it worked. Plus moved my vshost config file to apache2.conf file.by blason - Nginx Mailing List - English
Hi Team, I am stuck in this weird issue. I have nginx as my reverse proxy set in front of Apache web server Some how my proxy_pass is not working as expected and getting 404 not found error while retrieving page. Can someone pls help? Reve Proxy IP - 10.122.0.4 Apache 10.122.0.3 On my Rev Proxy /etc/hosts file 10.122.0.3 ipbl.xxxx.xxx Here is my nginx stanza server {by blason - Nginx Mailing List - English