mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-05 07:19:20 +08:00
making it functional when you have a minimal host
This commit is contained in:
@@ -77,7 +77,7 @@ http {
|
||||
# location ~ (?<no_slash>.+)/$ {
|
||||
# return 302 https://$host$no_slash;
|
||||
# }
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_pass http://uptime-kuma:3001/;
|
||||
proxy_http_version 1.1;
|
||||
|
Reference in New Issue
Block a user