servers/roles/nginx/files/reload-nginx.sh
Timotej Lazar 604ce177e6 apache, nginx: fix service reload on Debian
For some unfathomable reason /sbin is not in PATH when running cronjobs.
It shouldn’t hurt on Alpine.
2025-08-01 15:11:23 +02:00

3 lines
38 B
Bash

#!/bin/sh
/sbin/service nginx reload