example update

This commit is contained in:
yurymuski
2021-03-25 18:35:08 +03:00
parent 3822de0ec4
commit dbf222db99
+6
View File
@@ -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;
}
} }
} }