P
P
Pavel2016-03-02 21:34:48
Nginx
Pavel, 2016-03-02 21:34:48

Settings for Nginx, Ispmanager - SSL/HTTPS for domain and subdomain on the same Ip possible?

Good time.
Received WoSign certificates for the domain and for its own subdomain. It worked out with the domain setting (it remains only to deal with mixed content), but it doesn’t work with the subdomain - at best, for some reason, it redirects to the ispmanager authorization page, and at worst, the subdomain does not open nginx at all. I deleted the settings for the domain, the result is the same.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2016-03-03
@hamnsk

First of all, the config, see the directives server {
listen 443 ssl;
server_name my1.server.ru;
}
server {
listen 443 ssl;
server_name server.ru;
}
document root is naturally different for servers

P
Pavel, 2016-03-04
@xJast

Resolved the issue by releasing startssl.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question