Skip to content

Commit

Permalink
fix: nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
devYSK committed Jul 6, 2024
1 parent f38d701 commit de8643b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/default.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server {
listen 80;
listen [::]:80;
#listen [::]:80;

server_name api.dev.dadok.app;

Expand Down

0 comments on commit de8643b

Please sign in to comment.