[error] OpenEvent(...) failed (2: the system cannot find the file specified)
So after installing nginx I've had some difficulties getting it to work. firstly i've discovered i have to use the entire route C:\\...\\...\\nginx\\nginx -s reload to run commands. Which I'm okay...
View Articlewhat permissions should have letsencrypt private keys and bad-bot-blocker...
Nginx cannot load some certificate or files owned by root with permission 0600, even though master process is root. Best security practices from Apache are to run the master process by root, while...
View Articlewrong port gets sent to back client
I have a configuration where I do a nat from port 443 -> nginx port 22500 where it then is doing proxy_pass. The issue I have now, is that randomly it seems that the client who visits https://url...
View ArticleRe: NginX Load Balancing with Podman Compose
I found that even though I enter http://localhost:8090, NginX redirects to port 80, and port 80 is only valid inside the container, not on the host. If I change the redirected URL in the browser to...
View ArticleNginx as reverse proxy in Openshift Cluster
Hi, I am new to Nginx and I could validate some of the reverse proxy scenarios in Windows and Ubuntu machine successfully. However I am facing challenges on validating them on Openshift cluster...
View ArticleReverse proxy SSL redirect issue
Hello, I have an app running SSL that I need to configure a front end proxy too. I have chosen NGINX as the proxy. I have configured NGINX to redirect HTTP calls to HTTPS and proxy the URL. However...
View ArticleIs there a way yo use Nginx to build web app only with C++
hello in some specific scenario i need to build web app complete in c++ including simple templating engine to render HTML is there any way to do it using Nginx ? Thanks
View ArticleRe: Is there a way yo use Nginx to build web app only with C++
Nope, but you can get close enough with (embedded) Lua.
View ArticleRe: Is there a way yo use Nginx to build web app only with C++
no way at all ? to interface with the server as a plugin or something?
View ArticleRe: Is there a way yo use Nginx to build web app only with C++
That is what Lua is for, why re-invent the wheel when Lua is almost pure C++
View ArticleRe: Is there a way yo use Nginx to build web app only with C++
i need the milliseconds ....
View ArticleNginx as reverse proxy for mail server host
Hi, I am trying to proxy a SMTP server on Nginx using the below configuration. I want all the client calls to hit the SMTP server via my proxy host. I want the SSL termination on nginx for the client...
View ArticleNginx + WordPress + Nextcloud + jitsi
hi ... i need to install nextcloud (cloud.midomain.com) + WordPress (mydomain.com) + jitsi (meet.midomain.com) with nginx. I followed the instructions in riegers.in for nextcloud (I am a novice and...
View ArticleNginx reverse proxying ~500 applications
Hi, I have successfully reverse proxied some 180 applications. Due to CGI constraints, I am listening on only one port, and have created separate location blocks for each application, with sub filters...
View ArticleRe: Nginx proxy with multiple ips behind VPN
Thank you very much. Will definitely look into this.
View ArticleHow to keep Nginx from maxing out on Disk Space?
So I'm in a very odd predicament. I have a Dell Server with the main OS as Proxmox VE 5.3, and with a Nginx VM plus 3 other VMs. The Nginx VM's job is to Reverse Proxy the other 3 VMs through the one...
View ArticleBasic Auth - Block Requests from other domains
Hi! I would like to know if there is a way to activate Basic Auth but in a way to lock requests from other domains, and only accept if it's from the same domain. It would work as a SameSite attribute...
View ArticlemTLS | how to with self-signed cert for client and ssl Certificate Request...
Hello. I work on a project that provides an mTLS scenario, but the clients need to use self-signed certificate during the handshake phase. It is a scenario expected by oauth2 / openID. I need to...
View ArticleCan not start nginx.
I am trying to run Nginx on a windows O.S., I followed these commands from the Nginx documentation ''' c:\unzip nginx-1.19.1.zip cd nginx-1.19.1 start nginx ''' the only difference is I ran it from my...
View Article