-
Is it possible to start multiple instances of the container with different domain names? I want to have two Symfony applications running on the same system. For example:
As i understand, i need to setup a proxy server to forward requests to the containers depending on the domain. Does anyone know good solutions for this purpose? I was trying to use NGINX Proxy Manager (NPM), but it's not working for me if the container i forward to is already using https. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Caddy can be used as a proxy server.
|
Beta Was this translation helpful? Give feedback.
Caddy can be used as a proxy server.
And I'm not sure which case you want but you can configure multi domain on caddy :
php_fastcgi
with the appropriate socket each).