Remove cron from dynamic hosting section

Anthony Wang 2022-08-12 23:28:58 -05:00
parent 3f0e181d21
commit 4024fbbb36

@ -10,6 +10,6 @@ For dynamic website hosting, the ports 4200 to 4209 are proxied to the domains h
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`.
To run your website automatically, you should write a [systemd user service](https://wiki.archlinux.org/title/Systemd/User) and enable lingering with `loginctl enable-linger $USER`, which ensures the website runs while you aren't logged in.
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.