NGINX Configuration - Linux

/etc/systemd/nginx.service

Quick Actions

๐Ÿ“ฅ Download Original nginx.service

Configuration File Information

Configuration File Content

/etc/systemd/nginx.service
30 lines
# Stop dance for nginx
# =======================
#
# ExecStop sends SIGSTOP (graceful stop) to the nginx process.
# If, after 5s (--retry QUIT/5) nginx is still running, systemd takes control
# and sends SIGTERM (fast shutdown) to the main process.
# After another 5s (TimeoutStopSec=5), and if nginx is alive, systemd sends
# SIGKILL to all the remaining processes in the process group (KillMode=mixed).
#
# nginx signals reference doc:
# http://nginx.org/en/docs/control.html
#
[Unit]
Description=A high performance web server and a reverse proxy server
Documentation=man:nginx(8)
After=network.target nss-lookup.target

[Service]
Type=forking
PIDFile=/run/nginx.pid
ExecStartPre=/usr/sbin/nginx -t -q -g 'daemon on; master_process on;'
ExecStart=/usr/sbin/nginx -g 'daemon on; master_process on;'
ExecReload=/usr/sbin/nginx -g 'daemon on; master_process on;' -s reload
ExecStop=-/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid
TimeoutStopSec=5
KillMode=mixed

[Install]
WantedBy=multi-user.target

        

Download Commands

nginx.service โ€ข

Download the 100% original unaltered configuration file pulled from NGINX

Using wget:

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

Using curl:

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

Related Configuration Files

Technical Details

File Location
/etc/systemd/nginx.service
Platform
Linux
File Size
30 lines
Application
NGINX
Compatible Versions
MD5 Checksum
dba41b144f8a88f56d1456944d5b9478
SHA256 Checksum
a0178bda135048ad3071c49cedc680e52354e2e672f158ffc0cea298bb620e7e