Skip to content

Commit

Permalink
Merge pull request #39 from resum-ai/feat/login
Browse files Browse the repository at this point in the history
fix: nginx.conf 세미콜론 추가
  • Loading branch information
yjoonjang authored Mar 27, 2024
2 parents 7260094 + 17324d0 commit 56e8e13
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 @@ -6,7 +6,7 @@ server {

listen 80;

set $backend http://resumai
set $backend http://resumai;

location / {
resolver 127.0.0.11 [::1]:5353 valid=15s;
Expand Down

0 comments on commit 56e8e13

Please sign in to comment.