Answer the question
In order to leave comments, you need to log in
How to rewrite from subdomains?
Good afternoon, comrades, help, please.
The situation is as follows: there is this code in the nginx virtual host config:
if ($http_host = site.com) {
rewrite ^(/)$ https://www.site.com$1 permanent;
rewrite ^(/docs.*)$ https://www.site.com$1 permanent;
rewrite ^(/books.*)$ https://example.com$1 permanent;
rewrite ^(/nature.*)$ https://example.com$1 permanent;
rewrite ^(/science.*)$ https://example.com$1 permanent;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question