Skip to content

sikang99/caddy-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use Caddy server

Purpose

Let's learn how to use Caddy web server and check its functionalities.

Test

install curl

$ 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

to test http/2 it requires more newer version of curl

$ curl -v http://localhost:8090/ --http2

Benchmark

$ wrk http://localhost:8090/

Reference

About

example use of caddy web server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published