We no longer use caddy, instead we switched to nginx.

This commit is contained in:
Abdulmhsen B. A. A
2022-04-25 22:32:50 +03:00
parent 5d95ae5a14
commit 6da5a09c49

View File

@@ -153,7 +153,7 @@ valid cron expression. for example, `0 */3 * * *` it will run every three hours
By default, the official container includes a small http server exposed at port `80`, we officially don't support HTTPS
inside the container for the HTTP server. However, for the adventurous people we expose port 443 as well, as such you
can customize the Caddyfile to support SSL. and do the necessary adjustments. However, do not expect us to help with it.
can customize the `docker/files/nginx.conf` to support SSL. and do the necessary adjustments. However, do not expect us to help with it.
#### Example nginx reverse proxy.