Skip to content

Commit 81258f6

Browse files
committed
fix: serve it-tools in docker for any incoming name
Fix #4
1 parent 08ee879 commit 81258f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
server {
22
listen 80;
3-
server_name localhost;
3+
server_name _;
44
root /usr/share/nginx/html;
55
index index.html;
66

0 commit comments

Comments
 (0)