Skip to content

Commit

Permalink
fix 500 error http
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Dec 14, 2023
1 parent 8c485a4 commit 68fa5f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ server {
}

location / {
resolver 8.8.8.8;

proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit 68fa5f8

Please sign in to comment.