Skip to content

Commit

Permalink
fix: nginx.conf change (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
hujiahao-hjh authored Aug 6, 2021
1 parent 451419f commit efbf112
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ server {
}
index index.html;
try_files /static/shell/index.html /index.html =404;
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 $my_scheme;
proxy_set_header Host $http_host;
}

location ^~ /wb {
Expand Down

0 comments on commit efbf112

Please # to comment.