Skip to content

Commit

Permalink
fix(ci/cd): Restore resolver to resolve scanr API
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed May 16, 2024
1 parent ba7fa10 commit 38852c1
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
@@ -1,5 +1,6 @@
server {
listen 5173;
resolver 8.8.8.8;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
Expand Down

0 comments on commit 38852c1

Please sign in to comment.