Can I DM you or send you to email address?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,278193,278197#msg-278197
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
On Thu, Jan 18, 2018 at 10:18 PM blason wrote:
> Wow man!! Thanks I am struggling with configuration as Subsites does not
> show anything it shows blank page i.e only for blank page while Front page
> gets open successfully.
>
> Posted at Nginx Forum:
> https://forum.nginx.org/read.php?2,278193,2
Wow man!! Thanks I am struggling with configuration as Subsites does not
show anything it shows blank page i.e only for blank page while Front page
gets open successfully.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,278193,278195#msg-278195
_
On Thu, Jan 18, 2018 at 10:11 PM blason wrote:
> Hi Guys,
>
> Keen to know if there was any success rate for implementing Nginx as a
> reverse proxy for Sharepoint? I mean I did implement however I am finding
> issues with Sub-sites and wanted to know if there is any solution for the
> same?
>
>
Hi Guys,
Keen to know if there was any success rate for implementing Nginx as a
reverse proxy for Sharepoint? I mean I did implement however I am finding
issues with Sub-sites and wanted to know if there is any solution for the
same?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,2781
Hello Everyone,
I'm trying to get nginx server configured as a reverse proxy serving
requests to few application servers upstream.
Server {
server_name app1.company.domain.com;
listen 80;
location / {
proxy_pass http://appserver1:app1port/;
proxy_pass_request_body on;
proxy_intercept
Hi,
I'm using this resource (
https://www.nginx.com/blog/ip-transparency-direct-server-return-nginx-plus-transparent-proxy/)
to setup a UDP load balancer, with DSR and Origin NAT.
Everything went fine in the walkthrough until I reached the traffic control
stuff :
tc qdisc add dev eth0 root handl
On 12 Jan 2018, at 03:22, nir wrote:
> Well, seems that you need to read the manual with the right perspective...
> https://stackoverflow.com/questions/48211083/proxy-protocol-and-ssl
Hi!
The chapter about the PROXY protocol in the Admin Guide has been updated
recently:
https://www.nginx.com