This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 { |