mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-30 03:53:18 -04:00
5 lines
170 B
Plaintext
5 lines
170 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
sed -i '/\/app\/auto-proxy.sh/d' /config/crontabs/root
|
|
rm -rf /etc/nginx/http.d/auto-proxy*.conf /config/nginx/proxy-confs/auto-proxy*.conf
|