example update

master
yurymuski 5 years ago
parent 3822de0ec4
commit dbf222db99
  1. 6
      example.nginx.conf

@ -57,5 +57,11 @@ http {
root html; root html;
index index.html index.htm; index index.html index.htm;
} }
location /host {
return 200 "http3 on $hostname";
add_header Content-Type text/plain;
}
} }
} }

Loading…
Cancel
Save