Skip to content

Commit

Permalink
fix: nginx.conf change (erda-project#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
hujiahao-hjh authored and erda-bot committed Aug 6, 2021
1 parent c6cb386 commit 2cdf2c5
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 2cdf2c5

Please # to comment.