Hi,
I’m using nginx as primary web server,
first question is:
is it possible to migrate fully from nginx to haproxy ? terminating nginx ?!
the problem is this configuration,
Mounting local directories with alias :
location /static {
alias /home/master/static/;
}
Searched alot and couldnt find any solution
please guide me