Thanks so much for replying. OWIN is on a separate box from NGINX. Below is
my traffic flow.
Internet--->Sonicwall(forward port
443)-->NGINX-->IIS with OWIN
OWIN listens on ports 80 and 443 I believe. Our developers did the site. It
has
Morning all
I don;t know if anyone has ever had this problem bit I am attempting to put
an OWIN Server running on a Windows 2012 Server with IIS. Whenever we try to
log on going through the NGINX server, I get "Invalid login attempt. Verify
that your username and password are correct." I am sure th
Hi All
I have NGINX set up to pass requests to an upstream server. The home page
and several other pages comes up just fine. However, when the users requests
some reports that are in a directory just above the root directory on the
upstream server, we get a 404 error from NGINX. Below are the relev
:) Understood. Well Ideally what I would like is:
1. An outside user hits https://www.mydomain.com he hits NGINX which
redirects him to the internal site https://app.mydomain.com.
2. An outside user hits https://www.mydomain.com/webdev NGINX redirects him
to the internal site https://devapp.mydom
It works perfectly. Thanks very much. If you could bear with me a little
though,What if I wanted to also put the prod web site behind nginx, I can't
use more than one root location so how could that be done. The only
difference with the name is prod is prodapp instead of devapp.
Posted at Nginx Fo
HI
Thanks so much for replying. Below is the block and upstream entry. Also,
let's say without NGINX I bring up the site at
https://mysite.domain.com/webaccess, when I click on an image, the url is
https://mysite.domain.com/name_of_image.
upstream devapp {
server 192.168.1.18:443;
Hi All
I am trying to redirect to an internal server behind nginx that I really
have no permissions to change. When you browse to the site normally at
https://www.devapp.com for example it redirects to
https://www.devapp.com/webaccess and it comes up fine. When I put in the
nginx entries for it bel
Ugh. I clicked too quickly. Sorry. When I test this setup, I get a forbidden
in the US and a programmer in Jamaica gets the same thing. Can't figure out
why.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,282589,282591#msg-282591
___
nginx m
Hi All
I would really appreciate some help here. I want to restrict all countries
except the US and Jamaica (JM).
load_module "/usr/local/libexec/nginx/ngx_http_geoip_module.so";
These are my entries in nginx.conf
Under http
map $geoip_country_code $country_access {
"US" 0;