Re: Do I need to build nginx from source and add modules for caching?
Hello, Those modules are not "necessary" for caching per se. They can be useful for specific situations.. Following a "cookbook recipe" without understanding what the configuration may not be the best...
View Articlechange the HTTP status code returned when proxy_pass gateway is down
Hi we would like to change the HTTP status code to 200 whenever the backend ("http://example.com/auth") machine behind nginx goes down for some reason. Is this possible via nginx? location /files {...
View Article[Q] Multiple web-services on single webserver
Hello! I want to offer 3 different web-services (Adminer, phpldapadmin, FusionDirectory) on the same webserver. Any web-service has its own vhost-file. Any web-service has its own error- and...
View ArticleHow to setup a location to use $_SERVER['QUERY_STRING']
Hello, I am trying to learn how to use NGINX to use a RESTFUL app, however I had some troubles to find any good tutorial about it. I have configured my site like this: http://pastebin.com/tTqgRzjn I...
View Articleerror 500 when going to wp-admin
I have been trying to setup a new VPS (Ubuntu) with nginx and php7 to host 3 wordpress sites (3 domains). It works mostly, except trying to access the back-end. When I go to /wp-admin/ I get the login...
View ArticleRe: error 500 when going to wp-admin
PPS: I decided to upgrade (sudo add-apt-repository ppa:nginx/stable) so now it is version 1.8.1. The problem persists, so any help would be soooo appreciated!
View ArticleMultiple computers running Nginx, each has multiple domains, one router.
Hello, My name is HiM29 and I'm having problems setting up 5 different computers with Nginx under one router. Each computer uses at least one domain and one computers had 3 domains configured in Nginx....
View ArticleMultiple computers running Nginx, each has multiple domains, one router.
Hello, My name is HiM29 and I'm having problems setting up 5 different computers with Nginx under one router. Each computer uses at least one domain and one computers had 3 domains configured in Nginx....
View ArticlePoint NGINX to Wordpress Docker Port
Hi, I want to point mein website www.example.com to my wordpress docker container. Rigth now my config file looks as follows: server { listen 80; server_name www.example.com example.com; index...
View ArticleRe: Do I need to build nginx from source and add modules for caching?
Thanks for your reply Jim. The recipe in question is this one: https://codex.wordpress.org/Nginx#Nginx_fastcgi_cache As a new person to Nginx I put a little trust within it, as It is the official...
View ArticleConfigure nginx to display another html file when a file is present
Hello I'm new to nginx I'm attempting to have nginx redirect a request from a URL to another page that display something like "Deploy is in progress" so that the main URL is not available. I need to do...
View Articlesub domain
Hi all, I must make two websites with Joomla. So altering the rule that if I call http: // www answer me the first web, and if I call http: // www / site1 answer my second website. Where can I find a...
View ArticleDNS Rewrite Rules Apache To Ngnix Translation , Help
Hi Nginx community I need you help i use to successfully migrate my site from Apache to Ngnix but i trying to convert some DNS rewrite rules and till now with no success . Can you please give me some...
View ArticleEncoding in file included by geo
Hi, I use geo module in nginx 1.8.1. It has several geo directives that include files with IP to geodata mappings. Unfortunately, the encoding in city and country names is messed up when the variables...
View ArticleMonitoring Status of tcp/stream proxy
Is it possible to use the http_stub_status_module or any other to get metrics from a stream proxy?
View ArticleHow to set up NGINX in Windows (What are the requirments?)
We are working on installing NGINX in Windows that will perform reverse proxy for us to allow users click on an url from their local desktop that will access a page set up in our virtual machine. In...
View ArticleDisplay server name
If you put anonusa.net into this ssl lookup site, it shows the 'Server type' in the listing. When I lookup my own site, the server type is not listed. Is there some parameter that you put in the config...
View ArticleRe: How to set up NGINX in Windows (What are the requirments?)
You need to add a DNS entry for hostsite to the DNS server you have locally which your desktops are using.
View Article