253ce7a887
- Refresh spec-file via spec-cleaner. - Add in service-file Wants=network-online.target (boo#1155690) - Update to 1.17.7 * https://nginx.org/en/CHANGES * A segmentation fault might occur on start or during reconfiguration if the "rewrite" directive with an empty replacement string was used in the configuration. * A segmentation fault might occur in a worker process if the "break" directive was used with the "alias" directive or with the "proxy_pass" directive with a URI. * The "Location" response header line might contain garbage if the request URI was rewritten to the one containing a null character. * Requests with bodies were handled incorrectly when returning redirections with the "error_page" directive; the bug had appeared in 0.7.12. * Socket leak when using HTTP/2. * A timeout might occur while handling pipelined requests in an SSL connection; the bug had appeared in 1.17.5. * Bugfix in the ngx_http_dav_module. OBS-URL: https://build.opensuse.org/request/show/759769 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=152
18 lines
401 B
Desktop File
18 lines
401 B
Desktop File
[Unit]
|
|
Description=The nginx HTTP and reverse proxy server
|
|
After=network-online.target remote-fs.target nss-lookup.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
PIDFile=/run/nginx.pid
|
|
ExecStartPre=/usr/sbin/nginx -t
|
|
ExecStart=/usr/sbin/nginx -g "daemon off;"
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
KillSignal=SIGQUIT
|
|
TimeoutStopSec=5
|
|
KillMode=mixed
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|