Skip to content

Commit

Permalink
Merge pull request #19 from a-serezhin/master
Browse files Browse the repository at this point in the history
Add "proxy_set_header" for correct linking of pagination
  • Loading branch information
xalaida authored Dec 20, 2020
2 parents e5c6e40 + bd3f9df commit 228e525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/dev/nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ server {
# Proxy all API requests
location ~ ^/(api|storage)/ {
proxy_pass http://nginx:81;
proxy_set_header Host $http_host;
}
}

Expand Down

0 comments on commit 228e525

Please sign in to comment.