Re: How to use Nemesida WAF Free
Hello, yes, we added support of all version Nginx: https://waf.nemesida-security.com/about/1701
View ArticleRe: How to use Nemesida WAF Free
Also we create a Docker image for Nemesida WAF: https://waf.nemesida-security.com/manuals/2685
View ArticleHow to resolve 504 Gateway Time-out Error
I'm running a Django web application upon Gunicorn and Nginx, on a Ubuntu 16 server. The application times-out even for a slighter load and goes to 504 Gateway Timeout page. I've made several changes...
View ArticleSetting up for Oracle Application Express (APEX)
Hi all, Would someone who knows nginx be able to help me please set up my server conf file so it works and hides my app URL and replaces it with the domain I have registered? Many thanks in advance!...
View ArticleRe: How to resolve 504 Gateway Time-out Error
Hello All, Request anyone to please respond and help me resolve this issue. Thanks in advance.
View ArticleServe as routes instead of files/directories
I am creating an application with Laminas and cannot seem to get Nginx configured correctly; it looks to me as though it is attempting to serve routes as directories rather than serving the single-page...
View Articleaccept or reject certificates using user certificate fields
I would like to know, is it possible to filter TLS traffic on server side by using extendedKeyUsage value in end user certificate. My goal is to accept only certificates with specific information in...
View ArticleDoing a hash of IP - specifically $proxy_protocol_addr
This may sound like a silly request, but I'm trying to determine if there is a native way within nginx to get a hash (ideally sha1 or sha256) of the $proxy_protocol_addr into another var. I need the...
View Articleaccept or reject end-user certificates by issuing CA
Hi! I have one root CA and ten sub-CA-s. In mu NGINX configuration I want to accept authentication requests for certificates issued by two sub-CA-s and reject all requests for certificates issued by...
View Articleall over https except robots.txt and favicon.ico
I need all my traffic over https, but except favicon.ico and robots.txt. I made one like this for robots.txt, but i do not know how to do with the logical "or" operator for favicon. ico server { listen...
View ArticleWordpress Nginx first use - no graphical/visual interface
Hello, I’m trying to run Wordpress on my own server in a docker environment with Nginx as webserver. I’m already able to reach Wordpress over my domain https://www.example.com and I did the...
View ArticleHow to configure nginx to listen for plain HTTP but proxy_pass to HTTPS address?
How to configure nginx to listen for plain HTTP but proxy_pass to HTTPS address? In my Nginx config file, this is my preconfigured file content: ``` ... http { ... server { listen 8080 default_server;...
View ArticleRe: Wordpress Nginx first use - no graphical/visual interface
Hello, I searched several day to find a solution for the above described problem. I'm truly not a professional in these stuff, but I guess the reason for the error was grounded in a redirect-problem...
View ArticleHow to proxy_pass based on HTTP headers?
I'm wondering how I can use HTTP headers and based on those headers I would like to proxy_pass it to different servers? For example if the HTTP "accept" header is set to "text/html" then I want to...
View ArticleNginx only accepts GET requests in Laravel
I have a running a Laravel project on Nginx, every thing works fine except when I want to send a POST API, I use Passport for authentication, but when I try to sign up (or doing any POST request) it...
View ArticleManual Log complete requests and responses
Hello, I'm pretty new to all this and I've been reading the forum for weeks but I couldn't find how to do the following. I need to catch all REQUESTS (Body, header, etc.) and send them via an API to...
View ArticleManual Log complete requests and responses
Hello, I'm pretty new to all this and I've been reading the forum for weeks but I couldn't find how to do the following. I need to catch all REQUESTS (Body, header, etc.) and send them via an API to...
View ArticleManual Log complete requests and responses
Hello, I'm pretty new to all this and I've been reading the forum for weeks but I couldn't find how to do the following. I need to catch all REQUESTS (Body, header, etc.) and send them via an API to...
View ArticleManual Log complete requests and responses
Hello, I'm pretty new to all this and I've been reading the forum for weeks but I couldn't find how to do the following. I need to catch all REQUESTS (Body, header, etc.) and send them via an API to...
View Article