Enable nginx and fix systemd service

This commit is contained in:
Daniel Winzen
2019-10-16 21:29:55 +02:00
parent 985fd6245b
commit b7be96b11f
3 changed files with 8 additions and 6 deletions

View File

@ -91,11 +91,12 @@ tmpfs /var/log/nginx tmpfs rw,user,noatime 0 0
As time syncronisation is important, you should configure ntp servers in `/etc/systemd/timesyncd.conf` and make them match with the entries in `/etc/rc.local` iptables configuration
Enable the PHP-FPM default instances:
Enable the PHP-FPM default instances and nginx:
```
systemctl enable php7.2-fpm@default
systemctl enable php7.3-fpm@default
systemctl enable php7.4-fpm@default
systemctl enable nginx
```
Edit `/etc/fstab` and add the `noatime,usrjquota=aquota.user,jqfmt=vfsv1` option to the `/home` mountpoint and `noatime`to `/`. Then initialize quota: