Custom domain + HTTPS
Use a custom domain with Twake
Last updated
Was this helpful?
Use a custom domain with Twake
Last updated
Was this helpful?
To use 443 create a new nginx install and attach a proxy to port 8000 + certauto. If you use Apache2 go on the .
Follow this thread if you have issues with websockets and reverse proxy:
You must edit the configuration in both configuration/frontend/environment.ts
and configuration/backend/Parameters.php
Dont forget to restart your docker-compose 😉 and rebuild the frontend:
docker-compose exec nginx yarn build