NGINX Konfiguration - Linux

/etc/systemd/nginx.service

Schnellaktionen

📥 Original herunterladen nginx.service

Konfigurationsdatei-Informationen

Konfigurationsdatei-Inhalt

/etc/systemd/nginx.service
23 Zeilen
[Unit]
Description=The nginx HTTP and reverse proxy server
After=network-online.target remote-fs.target nss-lookup.target
Wants=network-online.target

[Service]
Type=forking
PIDFile=/run/nginx.pid
# Nginx will fail to start if /run/nginx.pid already exists but has the wrong
# SELinux context. This might happen when running `nginx -t` from the cmdline.
# https://bugzilla.redhat.com/show_bug.cgi?id=1268621
ExecStartPre=/usr/bin/rm -f /run/nginx.pid
ExecStartPre=/usr/sbin/nginx -t
ExecStart=/usr/sbin/nginx
ExecReload=/usr/sbin/nginx -s reload
KillSignal=SIGQUIT
TimeoutStopSec=5
KillMode=mixed
PrivateTmp=true

[Install]
WantedBy=multi-user.target

        

Download-Befehle

nginx.service •

Lade die 100% original unveränderte Konfigurationsdatei herunter von NGINX

Mit wget:

wget -O nginx.service.example https://exampleconfig.com/api/v1/config/original/10fc9528dceada51a023799cdc6ce5e8?hint=nginx.service

Mit curl:

curl https://exampleconfig.com/api/v1/config/original/10fc9528dceada51a023799cdc6ce5e8?hint=nginx.service > nginx.service.example

Verwandte Konfigurationsdateien

Technische Details

Dateipfad
/etc/systemd/nginx.service
Plattform
Linux
Dateigröße
23 Zeilen
Anwendung
NGINX
Kompatible Versionen
MD5-Prüfsumme
10fc9528dceada51a023799cdc6ce5e8
SHA256-Prüfsumme
62752586e949073d48c59d0f63f7a96c134014ad90f76ebdcabadd8f84390e3c