Re: Display server name
Maybe this http://nginx.org/en/docs/http/ngx_http_core_module.html#server_tokens
View ArticleRe: Display server name
Didn't have that off and tried putting it in anyway, but still didn't display.
View ArticleRe: How to set up NGINX in Windows (What are the requirments?)
Update: Yes, I set up the DNS for the hostname. However, I still can't connect.... Do you think I need to set up the port? Because when I tried to open my url from Firefox, I get the error message of...
View ArticleRe: Display server name
Use Curl and see what that says, ea: curl -i www.site.nl/robots.txt HTTP/1.1 200 OK Server: nginx/1.9.13 Date: Wed, 06 Apr 2016 05:52:43 GMT Content-Type: text/plain Content-Length: 72 Last-Modified:...
View ArticleRe: How to set up NGINX in Windows (What are the requirments?)
If FF complaints about the port then yes you should allow that port to be used. Or make nginx listen on a common port and proxypass to where ever the backend lives.
View ArticleRe: Display server name
Results: HTTP/1.1 200 OK Server: nginx/1.2.1 Date: Wed, 06 Apr 2016 10:16:01 GMT Content-Type: text/plain Content-Length: 26 Last-Modified: Sun, 15 Jun 2014 17:24:36 GMT Connection: keep-alive...
View ArticleRe: Display server name
battles Wrote: ------------------------------------------------------- > Server: nginx/1.2.1 Looks ok, what are you missing? or what are you expecting?
View ArticleRe: Display server name
Other servers were having their server type placed in the results in this site: https://www.sslshopper.com/ but my server type doesn't show up in that list. Just wanted to give nginx some credit by...
View ArticleRe: Display server name
See this https://support.cloud.engineyard.com/hc/en-us/articles/205407488-Obtain-and-Install-SSL-Certificates-for-Applications search that page for 'nginx'
View ArticleTrailing slash madness
I have Googled and researched and I have recreated my conf file so often and I can't get past this issue with the trailing slash. I really hoping someone can help before I give up and try Apache. We...
View ArticleRe: Trailing slash madness
I have it working. The solution is quite common but hasn't worked previously. Here is the updated conf file: server { listen 443; server_name sub.domain.com; server_name_in_redirect on; access_log off;...
View Articleauth_basic with proxy_pass problem
Hello, I have strange behavior when I try to use auth_basic with proxy_pass. Basically need to do auth_basic by Nginx and if it is passed proxy_pass to RabbitMQ management console. Browser is asking...
View ArticleBasic Auth problem: Allow only local IP
Hi all! I've been using nginx for a while now and it's a fantastic product! I've got a reverse proxy setup which provides HTTPS redirection (with an SSL cert self-signed by openssl) via my dyndns...
View ArticleRe: auth_basic with proxy_pass problem
Thanks, but already tried this. Still no result...
View ArticleRe: auth_basic with proxy_pass problem
Then you must have another location block where authentication isn't used or the backend is also still expecting authentication. Check the logfiles, nginx and backend.
View ArticleNeed help getting guacamole added to external nginx that has ssl installed
I'm very new to nginx. I've used apache2 but when I decided to try hosting my site on a raspberry pi 2, it was recommended to use nginx. I have my set setup with https and a commercial ssl. I installed...
View ArticleWhitelist IP addresses with split_traffic
Hi, I have an issue with a/b testing setup. I'm splitting traffic based on $remote_addr and setting up a cookie to ensure the user is always going to the site it was chosen for him. My problem is that...
View ArticleSystemd can make uwsgi work but not nginx (502 Bad gateway)
I can start uwsgi either from the shell or enabling / starting it via systemctl. In both cases the site or the test.py file works well only when I start nginx from the shell. But when I start nginx via...
View ArticleReverse Proxy Config Issue with Joomla SEF URL's
We have a reverse proxy setup such that NGINX serves cached Joomla (v. 3.5) content. One issue we have is that in the cache folder an index.php file is being created containing only the text string...
View Article