文件名称:caddy-example:caddy Web 服务器的使用示例
文件大小:1.53MB
文件格式:ZIP
更新时间:2024-06-23 14:21:50
Makefile
使用 Caddy 服务器 目的 让我们学习如何使用 Caddy Web 服务器并检查其功能。 测试 安装卷曲 $ sudo apt-get install curl $ curl --version curl 7.38.0 (x86_64-pc-linux-gnu) libcurl/7.38.0 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rt 要测试 http/2,它需要更新版本的 curl $ curl -v http://localhost:8090/ --http2 基准 $ wrk http://localhost:8090/ 参考 - 用于检查 Web
【文件预览】:
caddy-example-master
----Makefile(2KB)
----blog()
--------Makefile(134B)
--------github()
--------README.md(144B)
--------stoney()
----README.md(1KB)
----index.html(263B)
----Caddyfile(213B)