remove nginx autostart note, it doesn't belong here

This commit is contained in:
HF 2020-01-02 18:44:19 +01:00
parent 420e90041b
commit 009f6f78f3

View File

@ -151,13 +151,6 @@ Wants=network-online.target
After=network.target mysql.service redis.service
```
#### nginx auto-start issues
If nginx fails to auto start because the network is not propably up yet, add the line:
```
After=network-online.target
```
in `systemctl edit nginx.service`, which will create the file `/etc/systemd/system/nginx.service.d/override.conf`
### Development
Install packages that are just required for building with `yarn add --dev` others with `yarn add`