conditional ssl_verify_client
Hi, Could someone to help me to understand how to enable `ssl_verify_client` conditionally? Is it possible to do this? I need to enable client certificate verification only for requests from outside of...
View ArticleReverse proxy for a TP-LINK router returns 403
Hi Folks, I'm tring to "secure" my home network using reverse proxy to "transform" http requests from ip-cams and routers to https... I've already routed http requests for ip-cam to https using:...
View ArticleIssues NGINX(Compile) on Mac OS Sierra
Hello I’ve been trying to install nginx 1.11 on my Mac OS Sierra, but I’ve got some errors , follow below: checking for zlib library ... found creating objs/Makefile Configuration summary + using PCRE...
View Article1 Page theme issue?
Hello guys, We have designed a website(http://quickwordpressfix.com/) and we have used Wordpress CMS to make website. will be easy to use for users or not? Note: we have set the location (US) for...
View ArticleNGINX Open Source
Hi, Is it possible to have HTTP load balancing with open source version ? I need session persistency and Health check.... Thank you.
View ArticleQuery parameters escaping
Hello! I have nginx working as a reverse proxy and forwarding requests that from time to time contains unsafe characters like '{' or '}' in query parameters. And browser doesn't escape them. If I will...
View ArticleIs it possible to reference a named variable in the ssl_certificate directive?
Hi, I'm looking to create a single simple server block that can handle multiple domains. Creating a RegEx match in the server block is straightforward enough, however, I can't seem to reference the...
View Article/index.php to /
Hello everyone, How can I do so that my nginx server redirects the "domain.com/home/spain/index.php" to the "/". Thank you very much
View Articlenginx behind corporate proxy
How do I configure nginx to proxy connections through a corporate proxy using HTTP when the proxied server uses HTTPS? For example: My corporate proxy: http://corporate-proxy.my-corporate.com:8080...
View ArticleWanted to try NGINX
This is my first post on this forum, so if I do something wrong, please let me know. I'm having difficulty getting things set up properly. Before Nginx, I was using Apache and had no issues. I've setup...
View ArticleToo many redirects issue
Hey guys!! I am new here. Running Plesk on Nginx, works great! Just been running into issue today I cant seem to figure out. I have few static websites and then some WordPress sites running on my...
View Articlechange Nginx Configuration path in ubuntu Docker
I new change my nginx Configuration path like /etc/nginx/nginx.conf to /opt/nginx_agent/conf/nginx.conf so i follow this link...
View ArticleNGINX - RTMP
Hi all, I am starting with streaming of some content that is quite heavy on my CPU. looking arround at what equipment i have i want to try to fully utilize before spending some hard earned cash on more...
View Articlenginx - deny all - dont work for specific directory
Hi all, the server is running nginx. The access to all files in /meins/mymail is possible, but why? regards Daniel This is my config: ==================================== server { # SSL configuration #...
View Articlenginx ifttt maker
Hi I'm running node-red on a server at home. On an other server I'm running nginx. I'm trying to setup nginx as a reverse proxy and use ifttt maker to access an API provided by the node-red server....
View ArticleRe: nginx ifttt maker
noesberger Wrote: ------------------------------------------------------- > location /ifttt/ { > proxy_pass http://192.168.1.214:1880/ifttt; > } location /ifttt/ { proxy_pass...
View ArticleRe: nginx ifttt maker
the same error in the access log: 54.164.82.62 - - [23/Dec/2016:00:01:30 +0100] "PUT /ifttt/ HTTP/1.1" 400 951 "-" "-" "-" the /ifttt at the end of proxy_pass http://192.168.1.214:1880 I need. Because...
View ArticleRe: nginx ifttt maker
Hi I was able to find the error, it was an incorrect payload send by ifttt: SyntaxError: Unexpected token ' in JSON at position 2. So nginx was forwarding all correctly. Special thanks to Will for...
View ArticleRedirect with HTTPS with basic auth
I am having the problem described here: http://stackoverflow.com/questions/41229844/nginx-basic-auth-in-location-but-first-redirect-to-https Is there any way to do this in nginx? It seems that basic...
View Article