Skip to content

Commit 77186e3

Browse files
committed
Update nginx config remove 3002 slash
1 parent 1cdef16 commit 77186e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/nginx_telemetry.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ server {
4848
# Umami Analytics -> Umami container (port 3002)
4949
# Proxied through /umami/* to avoid ad blockers
5050
location ^~ /umami/ {
51-
proxy_pass http://telemetry_umami:3002/;
51+
proxy_pass http://telemetry_umami:3002;
5252
proxy_set_header Host $host;
5353
proxy_set_header X-Real-IP $remote_addr;
5454
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

0 commit comments

Comments
 (0)