Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
nginx-cache-purge.service.j2 204 B
[Unit]
Description=nginx cache PURGE service

[Service]
User=http
ProtectSystem=strict
ReadWritePaths=/var/lib/nginx/cache
ExecStart=/usr/local/bin/nginx-cache-purge

[Install]
WantedBy=multi-user.target