diff --git a/Website-hosting.md b/Website-hosting.md index ac538ce..463f1aa 100644 --- a/Website-hosting.md +++ b/Website-hosting.md @@ -8,7 +8,7 @@ It only takes two minutes to set up your static website. Open up the file explor For dynamic website hosting, the ports 4200 to 4209 are proxied to the domains https://0.exozy.me to https://9.exozy.me. -You can also create a Unix socket in `/srv/http/pages` which will be proxied to https://SOCKET.exozy.me. +You can also create a world-readable 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`.