Skip to content

Commit

Permalink
removed umami rewriting
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Nov 13, 2024
1 parent b063897 commit 426f78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/project.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
rewrite /umami/(.*) /$1 break;
# rewrite /umami/(.*) /$1 break;
}

# SSL configuration
Expand Down

0 comments on commit 426f78f

Please sign in to comment.