We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 249b565 + e179116 commit 4c11b7dCopy full SHA for 4c11b7d
1 file changed
artifacts/tobiko-images/conf/nginx_id.conf
@@ -1,5 +1,5 @@
1
server{
2
- listen 80;
3
- listen [::]:80;
+ listen 80 default_server;
+ listen [::]:80 default_server;
4
location /id { add_header Content-Type text/plain; return 200 '$hostname';}
5
}
0 commit comments