Thanks Maxim for your help. But then where to write this proxy_pass: proxy_pass http://www_serveriai_80; And still, going further in my site, https drops off and i'm being left only with http. How to permanently stay on https, but in this location: location /SomeService { proxy_method POST; proxy_pass http://10.255.6.120:8080/SomeService; proxy_set_header Host $http_host; to sby karolis - Nginx Mailing List - English
Hi Everyone, i have this problem with rewrite. As subject says i want to rewrite all locations to https except one, that should remain http. But that one with http isn't redirecting properly. I'm using nginx 1.2.2 version. Here's my conf: server { client_max_body_size 500M; listen 80; server_name alis.am.lt; #rewrite ^(.*) https://$host$1 permanent; #rewrite ^ https://$server_by karolis - Nginx Mailing List - English
Actually when i insert into my configuration this line proxy_set_header Host $host; i can't access site at all. I tried every configuration with proxy_redirect, still no results.. :( Any more suggestions?by karolis - Nginx Mailing List - English
Hi everyone, when i'm proxying to tomcat server everything is fine, proxy_pass works. From there i connect to some payment site, but if i decide to go back, it brings me to to site: https://www80/actionVaiisisPayment.action but it should be ip adress not upstream name: https://10.255.7.120:8080/actionVaiisisPayment.action Here's part of my nginx.conf file: http { upstream wwby karolis - Nginx Mailing List - English
Hi everyone, something wrong in my nginx.conf file: user nginx; worker_processes 8; error_log logs/error.log; pid logs/nginx.pid; events { worker_connections 8192; } http { upstream www_serveriai_80 { server 10.255.7.120:8080; } include /usr/local/nginx/conf/mime.types; default_type application/octet-stream; log_format maby karolis - Nginx Mailing List - English
Ok, but that doesn't solve my problem.by karolis - Nginx Mailing List - English
Hi everyone, first of all i'm completely new user of nginx. I want to move from apache-tomcat to nginx-tomcat, but i'm having big problems with nginx ajp module and how to use it. Any help would be greatly appreciated! Here are my apache httpd-vhosts.conf: NameVirtualHost *:80 NameVirtualHost *:443 <VirtualHost *:80> ServerAdmin webmaster@localhost ServerNameby karolis - Nginx Mailing List - English