-
Hi, I have domain New and domain Old. I’m interested in serving a blog from domain New, and send a permanent redirect on domain Old. Is there a way to feed them in SWS? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you want to use TLS, you can not feed multiple certificates to the same "SWS" instance as an Nginx server does for example. Otherwise, if SAN is not possible for you then you have to use multiple instances of SWS and redirect from one to another. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer! |
Beta Was this translation helpful? Give feedback.
If you want to use TLS, you can not feed multiple certificates to the same "SWS" instance as an Nginx server does for example.
However, if possible for you to use a multi-domain SSL certificate like Subject Alternative Name (SAN), then you could use the SWS Virtual Hosting feature that will allow you to serve your files from different root directories depending on the
Host
header.Otherwise, if SAN is not possible for you then you have to use multiple instances of SWS and redirect from one to another.