diff --git a/Website-hosting.md b/Website-hosting.md index 448e3ee..ac538ce 100644 --- a/Website-hosting.md +++ b/Website-hosting.md @@ -10,4 +10,6 @@ For dynamic website hosting, the ports 4200 to 4209 are proxied to the domains h You can also create a Unix socket in `/srv/http/pages` which will be proxied to https://SOCKET.exozy.me. -To run your website automatically, you can either create a cron job with `crontab -e` or a [systemd user service](https://wiki.archlinux.org/title/Systemd/User). For a systemd user service, make sure you enable lingering with `loginctl enable-linger $USER`. \ No newline at end of file +To run your website automatically, you can either create a cron job with `crontab -e` or a [systemd user service](https://wiki.archlinux.org/title/Systemd/User). For a systemd user service, make sure you enable lingering with `loginctl enable-linger $USER`. + +If you need a more complex web server configuration than just simply proxying a port, you can submit a pull request to our [nginx config file](https://git.exozy.me/exozyme/nginx) repository. \ No newline at end of file