Re: Setting up wordpress with reverse proxy
Have a look at the proxy_redirect directive. Does this help? --j.
View ArticleRe: No access to nginx server from www
Hello j94305, (1) my Public IP adress is static for sure . (2) port forwarding is absolutely ok (a port check tells me that port 80 and 8080 are open for my server ip). (3) host is correctly configured...
View ArticleHow do I let linux assign the port that nginx listens on?
This may seem like an odd request but I have a situation where I want to start nginx and let linux assign the port that nginx listens on. I would have thought that listen 0 default_server; would allow...
View ArticleRe: How do I let linux assign the port that nginx listens on?
The point of having nginx in any kind of scenario is to be able to talk to it, so even if this should have to be a random port, you would like to know which one it is. Therefore, you're free to have a...
View ArticleRe: How do I let linux assign the port that nginx listens on?
This approach is fraught with problems for picking a port. How do you pick a random port that doesn't collide with an existing port in use? How do you prevent another application from acquiring that...
View Articlelog/list IP Address accessing folder
Hello, I am using nginx for Windows and is there a log on what IP Address accessed the webserver folder? if not, is there a program that I can use to monitor a folder and tell me the IP Addresses of...
View Articlesaving binary POST data to disk
Hello, I'm working on a Microsoft Office Online integration, and they POST data to us (we use nginx in a rails app), but the post body is binary data, not multipart/form-data. I'd love to use...
View Articleerror_log shows notices even though it is set to "error" or "crit"
I have setup Nginx on my Debian 10 server. And in nginx.conf I have set error_log to error, which means it should only show errors or worse in the log (according to the docs). Still my error_log gets...
View ArticleUpdate Nginx with Certbot to most recent stable version
Hi. I'm very new to Linux and Nginx, so forgive me silly question. I use Nginx with Certbot as reverse proxy on my little home server, with few apps on it. My Nginx version is 1.12. and I've heard that...
View ArticleAllow page to run bash script from another directory
So I have an nginx server block that looks like this: server { listen 80; ssi on; server_name utils.mydomain.com; location / { root /home/webroot/html; } location /cgibin { root /home/webroot/cgibin;...
View ArticleRedirect Error - Special character download
Hi to all, I've install iRedMail software over a new VPS with CentOS 7.7 x64. The scope of that server is manage mail from 3 domain (magri.email, sempai.it and zulberti.it). Additional, i'd like to...
View ArticleNginx cakephp run subfolder
I am using cakephp + winNMP (nginx+mariadb+php), I have successfully run the web on nginx. http://localhost I want to run a similar cakephp code in a subdirectory. eg: http://localhost/subfolder My...
View Article[nginx settings] How do I combine a proxy pass: unix with a TCP:Port options?
Hello. I have an Ubuntu 18.04 with VestaCP (A Lightweight Web Hosting Control Panel which is simple and does exactly what I want to do with a few simple clicks) for Hosting my Python Apps using...
View ArticleRe: How to log all sent set-cookie headers
This seems to be very specific issue, but suddenly I also met it. Any ideas how to handle it?
View ArticleIMAP LOGIN command using literals, but not supported on backend
Hi, I have an NGINX setup that is terminating SSL on the frontend and passing through to the backend IMAP server. When the client sends a command like "4 LOGIN username password", the corresponding...
View ArticleConfig line based by ip
Hi Is there any possibility to place a config line for ngnix that would execute only for certain ip? Something like if ip==... Then do ... Thanks
View ArticleRe: Update Nginx with Certbot to most recent stable version
Topic can be closed. I have no idea why it worked this time... just simple... - yum update, than - yum upgrade, and all done. I tried it like 100s times, without succes, but this time it worked.
View ArticleAuth module question
I am very close setting up my auth module. Here is the config. My issue is I cannot pass $query to an external site without using resolver 8.8.8.8 and if I do that then I cannot get redirected after...
View ArticleHow to implement a Php (laravel) website trough Nginx reverse proxy?
Hello, I want to make a Laravel app that serves as DDoS protection. The goal is to show a challenge page to users and when they solve the captcha to get redirected to the website. As for server...
View Article