Skip to content

Commit

Permalink
Add snapshot path to nginx template
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte-Hansen committed Nov 18, 2024
1 parent 8c7149c commit f6cfd26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ server {
proxy_set_header Host $host;
}

location /snapshot {
proxy_pass ${USER_URL};
proxy_http_version 1.1;
proxy_set_header Host $host;
}

# END User-Service

# BEGIN Dynamic-Data
Expand Down

0 comments on commit f6cfd26

Please sign in to comment.