insad
(Alberto Smulders)
3
Until version 10 of Tutor, Regis provided configuration files for using Apache as well as Nginx as proxy.
Please take a look at:
and
I myself am using Apache as proxy, the relevant lines in config.yml:
CADDY_HTTP_PORT: 127.0.0.1:444
CMS_HOST: studio.domain.tld
ENABLE_HTTPS: true
ENABLE_WEB_PROXY: false
LMS_HOST: domain.tld
and my complete reverse proxy setup (maybe it’ll help you) I described here under point 2:
1 Like