Error 403 return keycloak
Hi!, We need help with our new infraestructure. We have three instances, one for our app, other for Nginx and the third for keycloak. Nginx is between the other two instances. When we want to do...
View ArticleSolved: proxying webrtc-streamer
update /solution: changing: rewrite ^/cameras/.* $1 last; to: rewrite ^/cameras/.* $1 break; (from re-write, look for match, leading to 404 to re-write, continue block processing) ...got me to...
View ArticleRe: Does Nginx (non-Plus) have a dash like Traefik by default?
I guess the answer is no, unless you enable the stub status page that doesn't provide nearly the detail/admin capability that some alternatives do. I'll look at using one of these multi-container...
View ArticleXML Parsing Error: not well-formed
I am getting a XML Parsing Error: not well-formed with Ajax chat by Frug with nginx its working fine with httpd with i dont want to use httpd os : centos 8 php : 7.4.1 nginx : 1.14 the url looks like...
View ArticleCannot see location = /nginx in backend servers
Cannot see statistics in location = /nginx in backend servers I can not send the ip address from the proxy server to the backend servers. Help me please setting nginx. server.com/nginx show me 403...
View Article401 error on first prompt
Hello, I log 401 errors in a file to use it with fail2ban. I noticed that on the first login/passwd prompt i got a 401 error, even if i have enter a correct login/password or push cancel. I don't think...
View ArticleHeaders Being Dropped
Good evening all, I'm stuck and would really appreciate some help. I'm using the njs-module to do header injection when a request hits my nginx service and then send that request with the new header to...
View ArticleRe: Geo check behind load balancer
ciaran: Just wanted to confirm that your solution worked great for me also. Thanks
View ArticleWhen you create a directory and access ~ /, 403 error is displayed.
When you create a directory and access ~ /, 403 error is displayed. If you know anything, please let me know. â—Ž description -There is a setting file to which the document root has been added, and if...
View ArticleRe: When you create a directory and access ~ /, 403 error is displayed.
# try_files $uri @hogehoge; try_files $uri $uri/ @hogehoge; # modify here
View ArticleRe: DAV modules loaded, but davext not working
Thanks to the people at MacPorts this is working now.
View ArticleNginx Startup
I'm new here and and have a problem. I use Ubuntu as VM on my Freenas for Reverse Proxy. I get at Startup from Ubuntu Following error: After entering following command "sudo service nginx status" I get...
View ArticleConfiguration of nginx in dockerized django app for EC2
Hi friends, I am trying to setup a dockerized django app with nginx with the idea of deploying to EC2. I would need some help with the config. Right now this is my config: server { set $my_host $host;...
View Articlesub config file
Hi, I wish to create sub config file for each sites and run all the sites by running the main configuration file. How can i proceed with that?.. Please guide. Files List:: nginx.conf, botman_local.conf...
View ArticlePreflight Request with "ssl_verify_client on;"
What is the right way to allow OPTIONS requests through with "ssl_verify_client on;"? the CORS spec specifically prohibits credentials with preflight requests; this isn't a problem with chrome or...
View ArticleHow to remove cache entry when cache-control changes to no-cache?
Hi guys, I have a certain use case that I cannot solve and I hope you can help me. What the problem looks like: Step 1) nginx correctly caches a static page for 1 minute with this header:...
View Articlehow to enable ssl to another port?
Hi team, I have a certain use case that I hope you can help me. I would like nginx to listen on multiple ssl ports on the same machine. I have configured a server block in the nginx.conf configuration...
View ArticleError 404 disable log
Hi, my web server returns a random error 500. Reading the error logs I found thousands of requests for files that do not exist. I would like to disable this writing in error.log.
View ArticleIs 2nd nginx required on Reverse proxy Raspbian server to Ubuntu server on...
As a learner I'm playing with nginx configuration. I hope my wording and question is clear (my question is rather basic at the end). I have nginx on raspbian server already acting as reverse proxy...
View Article