N
N
Nicholas2015-03-02 23:23:22
ISPmanager
Nicholas, 2015-03-02 23:23:22

How to set default ispmanager 5 domain?

For version 4 there is a solution , but for the fifth, alas, I did not find it. Help the inexperienced

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vlad Zhivotnev, 2015-03-03
@inkvizitor68sl

define "Default domain".
You don't need to invent strange things and in the nginx configuration (somewhere in the /etc/nginx/sites-enabled/00-default.conf area) write the following:
server {
listen ip1:80 default;
listen ip2:80 default;
return 404;
}
return 404 replace to taste with the right one.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question