Re: Nginx old worker process not exiting on reload

2016-10-07 Thread Sharan J
Hi, Is there a way to prevent this? Is there any other way to kill such process without the need for rebooting the machine. Thanks, Santhakumari On Wed, Oct 5, 2016 at 4:35 PM, Philip Walenta wrote: > The only thing I ever experienced that would hold an old worker process > open after a restar

Re: Clientbodyinfileonly - POST request is discarded

2016-10-07 Thread yurai
Hi Francis, I added return statement to my config as you suggested. Now config for backend s2 looks like: server { listen 8080; server_name s2; location / { root /usr/share/nginx/html/foo/bar; return 200 "Do something sensible with $http_x

Re: Allow PHPMyAdmin access on certain virtual hosts - Ubuntu and Nginx

2016-10-07 Thread mrast
Hello Francis, Thankyou for your reply. I have seperate config files for each website in /etc/nginx/sites-enabled and have removed the default file I have this directive in /etc/nginx/nginx.conf ## # Virtual Host Configs ## include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*;

Re: Allow PHPMyAdmin access on certain virtual hosts - Ubuntu and Nginx

2016-10-07 Thread Francis Daly
On Thu, Oct 06, 2016 at 06:07:51PM -0400, mrast wrote: Hi there, > I have installed phpmyadmin and configured it and it works fine, however it > serves all 4 websites. > > website1 and website3 do not need access to phpmyadmin. > > How do i tell Nginx to only load phpmyadmin for certian website

Re: Practical size limit of config files

2016-10-07 Thread Maxim Dounin
Hello! On Fri, Oct 07, 2016 at 07:03:19AM -0500, Philip Walenta wrote: > Is there a practical maximum size limit for config files? > > What is possible - 100k, 1MB, 10MB? I think this mostly depends on your ability as an administrator to manage such a configuration. I've worked with configura

Practical size limit of config files

2016-10-07 Thread Philip Walenta
Is there a practical maximum size limit for config files? What is possible - 100k, 1MB, 10MB? ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx