Show all posts by user
Introduce yourselves
Page 1 of 1 Pages: 1
Results 1 - 9 of 9
This didn't work.
proxy_set_header Host $proxy_host;
next try
proxy_set_header Host $http_host:8080;
added #proxy_set_header Connection close; //or
location / {
root /var/www/demo;
index index.html index.htm default.aspx Default.aspx;
proxy_set_header Host $proxy_host;
#proxy_set_header Connection close;
include /etc/nginx/fastcgi_params;
fa
by
parnican
-
Nginx Mailing List - English
You are right, now its that phase..throwing crap at a wall and seeing what sticks ;-)
WinForm app, better to say console app, hello world.exe is working.
by
parnican
-
Nginx Mailing List - English
Just did some experiments with following settings:
proxy_set_header X-Real-IP $remote_addr;
proxy_pass_header X-Accel-Redirect;
No change:( ...its time to give up or any ides?
Also tried:
proxy_cache_bypass $cookie_nocache $arg_nocache $arg_comment;
proxy_cache_bypass $http_pragma $http_authorization;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass_header X-Accel-Redirect;
by
parnican
-
Nginx Mailing List - English
I have played with this command: sudo fastcgi-mono-server4 /applications=/bernolak.dyndns.info:8080:/:/var/www/demo/ /socket=tcp:127.0.0.1:9000 /logfile=/var/log/mono/fastcgi.log /printlog=True &
Is it possible that i don't have VPath:realpath configured correctly? If not what is my VPath? I have there just :realpath
FATAL UNHANDLED EXCEPTION: System.ArgumentException: Should be somethi
by
parnican
-
Nginx Mailing List - English
I have tried "experiments" with following parameters but no change..not sure this is the way i should go... Any suggestion how to make nginx *not* pass through the ":8080?
proxy_pass_request_headers off;
proxy_pass_request_body off;
proxy_redirect off;
}
}
by
parnican
-
Nginx Mailing List - English
HI Jonathan, thanks for reply. I really apologize but i have no clue what do you by ^^^^^^^^^^ ?
Thank you.
by
parnican
-
Nginx Mailing List - English
Hello, do you know if there is something specific needed to get "framework 4.0" working? fastcgi-mono-server2 vs. fastcgi-mono-server4 ? Stange issue in my case: http://www.raspberrypi.org/forum/viewtopic.php?f=66&t=68858&sid=addea653dc910687553f6957aae1add5
by
parnican
-
New Member Introductions
Hi all,
i would like to use my aspx pages with raspberry and nginx but it seem to be not an easy goal...
I have tried almost all "tutorials" on the web but i can not find solution for my issue. With lots of experiments i was able to reach a point where i can not move forward.
No Application Found
,Unable to find a matching application for request:
,Host bernolak.dyndns.info:808
by
parnican
-
Nginx Mailing List - English