Go to file
Jamie Nguyen 0f695d477b Remove PID file before starting nginx (#1268621)
`nginx -t` creates the file /run/nginx.pid if it doesn't exist. `nginx -t` is
executed by ExecStartPre (in nginx.service) and creates /run/nginx.pid with the
correct SELinux context. However, when manually running `nginx -t` from the
cmdline, the SELinux transition for systemd services doesn't occur and
/run/nginx.pid is created with the wrong SELinux context. A workaround is to
make sure that the PID file is removed before starting nginx.
2015-10-04 08:32:14 +01:00
.gitignore
50x.html Use absolute paths to images in error pages 2015-06-16 22:21:24 +01:00
404.html Use absolute paths to images in error pages 2015-06-16 22:21:24 +01:00
index.html
nginx-auto-cc-gcc.patch
nginx-logo.png Optimize png images with optipng 2015-06-16 22:22:45 +01:00
nginx-upgrade
nginx-upgrade.8
nginx.conf nginx.conf: added commented-out SSL configuration directives 2015-08-10 16:30:02 +02:00
nginx.logrotate Switch back to /bin/kill due to SELinux denials 2015-07-03 13:35:51 +01:00
nginx.service Remove PID file before starting nginx (#1268621) 2015-10-04 08:32:14 +01:00
nginx.spec Consistently use '%global with_foo' style of logic 2015-10-04 06:56:54 +01:00
poweredby.png Optimize png images with optipng 2015-06-16 22:22:45 +01:00
sources