Server/Webserver
Installation
[Bearbeiten]apt-get install nginx fcgiwrap
Server starten
[Bearbeiten]systemctl start nginx.service systemctl start fcgiwrap.service
- Autostart
systemctl enable nginx.service systemctl enable fcgiwrap.service
apt-get install nginx fcgiwrap
systemctl start nginx.service systemctl start fcgiwrap.service
systemctl enable nginx.service systemctl enable fcgiwrap.service