Replacement of Caddy with Apache

Is it possible with tutor to use Apache for request redirection to various containers instead of Caddy and if yes could you please let me know of the steps needed.

You cannot simply disable Caddy due to how Tutor is set up. Therefore, you will have to experiment yourself in order to achieve this.

You can start by writing a plugin to add your Apache container alongside Caddy and simply forward requests to Apache.

You would need to write a plugin for this file: tutor/docker-compose.prod.yml at master ยท overhangio/tutor ยท GitHub

Please take a look at the documentation here for the Caddy settings and Tutor plugins:

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.