Quantcast
Channel: Nginx Forum - How to...
Browsing all 4759 articles
Browse latest View live
↧

Re: Known issues

Oh, okay, so it will work if I just leave it as server_name localhost; ? Also, it looks like in Violet, there are nginx-org.conf and nginx-win.conf but no nginx.conf so I was wondering once I copy over...

View Article


Re: Known issues

nginx.conf always takes precedence unless you specify a different one at startup, a default named nginx.conf is not provided to prevent it from being overwritten when upgrading.

View Article


Re: Known issues

Oh, okay, and I can just leave server_name localhost; ?

View Article

What is meant by keepalive_timeout

Hello, does this setting (keepalive_timeout) close only idle connections after the set time? if I set keepalive_timeout 5; this wont close current active connections if it is still downloading/working,...

View Article

how to change system date

what permissions do i need to set so that i can get nginx to have permission to update the server time? i have attempted to update sudoers with a www account. but, couldn't get it to go. also tried to...

View Article


Can't solve this redirect :(

Hi, I can't solve how this .htacces rule should be rewritten :( could someone please try to help me in .htaccess RewriteRule ^filters$ index.php?controller=filters [L,QSA] Have tried the following...

View Article

HELP: Active Directory Authentication via SSS/PAM Integration

Hi. How can I get successful auth_pam authentications against Active Directory with nginx serving as a reverse proxy? I have nginx-full (1.10.3) installed on an Ubuntu 16.04 LTS EC2 instance. I've...

View Article

Drupla installing issue: "sites/default/files is not writable"?

Hi, I am trying to install Drupal on Gentoo/Linux with nginx web server. However installer found an error of "Requirements problem" - "The directory sites/default/files is not writable." Please inform...

View Article


Same content, different headers

I'm trying to configure nginx to achieve the following: GET / -> returns index.html with additional header (e.g. X-ROOT = true) GET /foo -> returns index.html with additiuonal header (e.g. X-FOO...

View Article


Load Balancing VIP

Hi, I want to set up load balancing with NGINX on our AWS servers currently already running NGINX as a proxy, but I just want to clarify that the single IP (VIP) of the load balancer is all that will...

View Article

Re: How to configure Nginx for Windows

Hello, How to config Nginx on windows? I have a error, my configuration arguments arent installed completely.

View Article

Re: Installation problem

Dear Team, I'm unable to install nginx-plus in my system, provide me solution as soon as possible ...??? root@admin-server:/etc/ssl/nginx# apt-get install nginx-plus Reading package lists... Done...

View Article

Re: How to configure Nginx for Windows

I just needed to configure the Windows Firewall to allow nginx.exe through.

View Article


[Loadbalancing] error 404 but backend work fine

Hello all, I try to load balance my web app using nginx but I get 404 instead my app. All my backend (MS IIS) work fine when I try to query directely. Can you help me please ? Here is header when I...

View Article

Re: [Loadbalancing] error 404 but backend work fine

Orwell Wrote: ------------------------------------------------------- > Hello all, > > I try to load balance my web app using nginx but I get 404 instead > my app. > All my backend (MS...

View Article


Re: [Loadbalancing] error 404 but backend work fine

Thank you itpp2012 Sorry its copy/past/replace mismatch. Realy my config is upstream mywebapp { ip_hash; server 10.236.10.21:80; server 10.236.10.22:80; server 10.236.10.23:80; server 10.236.10.24:80;...

View Article

Re: [Loadbalancing] error 404 but backend work fine

Enable debug logging and check the logs.

View Article


Re: [Loadbalancing] error 404 but backend work fine

Here is the debug log 2018/02/17 12:21:00 [debug] 15353#15353: *15 SSL_do_handshake: -1 2018/02/17 12:21:00 [debug] 15353#15353: *15 SSL_get_error: 2 2018/02/17 12:21:00 [debug] 15353#15353: *15...

View Article

Re: [Loadbalancing] error 404 but backend work fine

I don't see the 404 you mentioned. Note that you are handling ssl and are passing non-ssl, the backend(s) need to be aware when returning pages that these pages point to your LB and not where a backend...

View Article

Re: [Loadbalancing] error 404 but backend work fine

sorry, here is full log 2018/02/17 12:46:28 [debug] 15406#15406: *219 SSL_do_handshake: -1 2018/02/17 12:46:28 [debug] 15406#15406: *219 SSL_get_error: 2 2018/02/17 12:46:28 [debug] 15406#15406: *219...

View Article
Browsing all 4759 articles
Browse latest View live