Skip to content

Commit

Permalink
Merge pull request #156 from TomaszKandula/dev
Browse files Browse the repository at this point in the history
fix: include missing proxy
  • Loading branch information
TomaszKandula authored Apr 23, 2024
2 parents 2b01737 + 445a3b6 commit c651bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions EmailSender.ClientApp/nginx/nginx-http.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ http {
}

location /api {
include /etc/nginx/nginx-proxy.conf;
proxy_pass http://backend;
}

Expand Down
1 change: 1 addition & 0 deletions EmailSender.ClientApp/nginx/nginx-https.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ http {
}

location /api {
include /etc/nginx/nginx-proxy.conf;
proxy_pass http://backend;
}

Expand Down

0 comments on commit c651bfe

Please sign in to comment.