Skip to content

Commit

Permalink
chore: update nginx configuration
Browse files Browse the repository at this point in the history
- Make the path the same as on the Asset service.
  • Loading branch information
ZdenekM committed Mar 16, 2023
1 parent cfd94cc commit ae8f177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose-files/fit-demo/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ server {
listen 80;
server_name file-proxy;

location ~ /files/(.*)$ {
location ~ /assets/(.*)/data$ {
proxy_pass http://asset/assets/$1/data;
}
}

0 comments on commit ae8f177

Please sign in to comment.