feat: add Caddy as a web server
This commit is contained in:
parent
1d7f796538
commit
eb29d11134
5 changed files with 53 additions and 3 deletions
|
|
@ -6,5 +6,6 @@ namespace OliverDaviesLtd\BuildConfigs\Enum;
|
|||
|
||||
enum WebServer
|
||||
{
|
||||
case CADDY;
|
||||
case NGINX;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue