Skip to content

Commit e3c8afa

Browse files
committed
fix: serve it-tools in docker for any incoming name
Fix #4
1 parent 0ef2ae0 commit e3c8afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

+1-1
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)