Skip to content

Instantly share code, notes, and snippets.

@spiritualized
spiritualized / uptime-kuma.conf
Last active January 4, 2025 19:08
Uptime Kuma reverse proxy nginx config for a URL prefix
# nginx configuration snippet for running Uptime Kuma on a URL prefix
# set up for yourdomain.com/kuma, with traffic forwarded to a docker
# container with the hostname 'uptime-kuma'
# Use docker's DNS
resolver 127.0.0.11;
# uptime kuma
location /uptime {