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
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
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/*;
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
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
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