Skip to content

Commit

Permalink
Merge pull request #40 from resum-ai/feat/login
Browse files Browse the repository at this point in the history
fix: nginx resolver dns
  • Loading branch information
yjoonjang authored Mar 28, 2024
2 parents 56e8e13 + 76c8af9 commit 117e506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ server {
set $backend http://resumai;

location / {
resolver 127.0.0.11 [::1]:5353 valid=15s;
resolver 127.0.0.1 [::1]:5353 valid=15s;
proxy_pass $backend;

proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit 117e506

Please sign in to comment.