Instalacja serwera WWW NGINX z oficjalnego repozytorium nginx.org.
Domyślne lokalizacje
- Katalog główny:
/usr/share/nginx/html - Konfiguracja:
/etc/nginx/nginx.confi/etc/nginx/conf.d - Logi:
/var/log/nginx/
Dostęp
Otwórz przeglądarkę: http://<server-ip>/
Polecenia sterowania usługami
sudo systemctl start nginx sudo systemctl stop nginx sudo systemctl restart nginx sudo systemctl status nginx sudo systemctl reload nginx