add example for deploying vm with caddy

This commit is contained in:
2024-12-31 15:10:50 +02:00
parent 92335f8828
commit 808c7646bf
4 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
:80 { # Set this path to your site's directory.
root \* /usr/share/caddy
# Enable the static file server.
file_server
# Another common task is to set up a reverse proxy:
# reverse_proxy localhost:8080
# Or serve a PHP site through php-fpm:
# php_fastcgi localhost:9000
}
# Refer to the Caddy docs for more information:
# https://caddyserver.com/docs/caddyfile