Re: error dynamic module nginx 1.10.3 ngx_http_headers_more_filter_module
Compile nginx from sources. + --add-module=/headers-more-nginx-module. Well, I've solved that problem.
View ArticleNGINX Revers Proxy over IPSEC
Hey People I have configured NGINX as revers proxy on my PFSense Box Next I added IPSEC tunel connecting to my network. Now I'm forwarding http and https using Nginx revers proxy through IPSEC tunnel...
View ArticleReverse Proxy to Docker Container (on another host)
I have a reverse proxy setup that I know works fine. Already SSL, good cert, whole shindig. On another host, I have a webserver (Ombi) that I want to run the alpha for, which is only available in a...
View ArticleNGINX error
Hi, i work on this html file, but when i run it on web browser (with install NGINX), i see it like pic part 1, but it should be like in pic part 2. Any help?
View ArticleNginx hangs when proxy_passing to nodejs
Hi, Could anyone give me some clue on how to troubleshooting such an issue. Here is my problem. I'm setting up nginx as the reverse proxy for a new nodejs app. But when testing it, only 50% ~ 60%...
View ArticleRe: beginner having trouble with A record
You need to set A record as well as CNAME to propogate your domain with your IB.
View ArticleReverse proxy first time setup
Hello I want to setup a reverse proxy "before" my local netwrok I have a public IP for the nginx server which is 85.123.144.5 the local IP is 10.29.20.22 from the nginx server I can go to 172.16.x.x...
View Articlesetting connection limit and requets persecond on child location
This this is my config file limit_conn_zone $binary_remote_addr zone=addr:10m; server { listen 80 default_server; listen [::]:80 default_server; root /var/www; limit_conn addr 6; server_name _;...
View ArticleRe: How to use Nemesida WAF Free
Hello, There is no version of nwaf-dyn-1.19 corresponding to the nginx-1.19 version. Please, can you update it? Thans,
View ArticleNginx proxy cache
Есть ли возможность получить доступ к инфе о кеширование объектов через proxy_cache
View Article404 error for php redirects after moving server info from nginx.conf to...
environment: centos 8, nginx 1.14.1, php-fpm 7.2.11 set up a php web application in /usr/share/nginx/html/webapp with server details in /etc/nginx/nginx.conf. everything seemed to be working fine. now...
View ArticleRe: 404 error for php redirects after moving server info from nginx.conf to...
it looks like changing location ~ \.php$ { to location ~* \.php { did the trick.
View ArticleRe: 404 error for php redirects after moving server info from nginx.conf to...
that actually was just fixing the landing page...all the links were broken. it turns out i accidentally pulled # Load configuration files for the default server block. include...
View Articleavoid auth_request for internal calls
Hi, I have a docker-compose based system, with nginx as the application gateway. I am also using the auth_request for the authentication mechanism. Nginx is also used for direct files access using the...
View ArticleHow to Support multiple Virtual Servers WITHOUT Domain Names
Don't even know if this is possible, but if it is, would like to learn how I can use NGINX running on an arbitrary Debian 10.4-based VPS with a fixed IP to support three or four different websites...
View ArticleNginx issue when using regex in a map
I'm stuck on what seems to be a trivial problem when generating a rewrite url using a map. I've tried multiple regex, but can't get the map to match for both conditions. $some_var is a variable that...
View ArticleNeed help configuring my IP+Port with Google Domains
Hello, today I put Lubuntu on an old PC. This is what I will be using to host a website, Discord bot, and maybe some other stuff. I port forwarded it a bit ago (along with configuring the default file...
View ArticleRe: How to Support multiple Virtual Servers WITHOUT Domain Names
not really an nginx question, it's more about name resolution. On the VPS, there are two things I'd suggest. (1) use Name Service Switch to tell the VPS to first look in the hosts file. or (2) use...
View ArticleProxy to external website
I need to see the headers nginx is passing along, and I found a lovely website called http://httpbin.org that lets you see all sorts of things. Just adding /headers to the path shows me the headers....
View ArticleHow do I pass through trailing headers
I have nginx acting as the static file server for a single page web app I am developing. It acts as a proxy server for the "/api" portion on my url space. The backend server is running on a different...
View Article