Server/Webserver
Installation
apt-get install nginx fcgiwrap
Server starten
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