0
Answered
Custom http nginx.conf
I want to add my own things to nginx settings.
Not in the "server" section but in the Http section.
Like this map it should be placed outside the server block.
map $http_host $code {
print.dev.net fr;
print.dev.co.uk uk;
print.dev.es es;
}
Not in the "server" section but in the Http section.
Like this map it should be placed outside the server block.
map $http_host $code {
print.dev.net fr;
print.dev.co.uk uk;
print.dev.es es;
}
Answer
0
Answer
Answered
Eugene Pankov (Project coordinator) 10 years ago
You can achieve that by putting code into /etc/nginx.custom.d/codes.conf
Answer
Answered
You can achieve that by putting code into /etc/nginx.custom.d/codes.conf
Customer support service by UserEcho