mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-26 02:55:54 +00:00
Update alpine-caddy
This commit is contained in:
@@ -15,7 +15,7 @@ update_os
|
||||
|
||||
msg_info "Installing Caddy"
|
||||
$STD apk add --no-cache caddy caddy-openrc
|
||||
cat<<EOF>/etc/caddy/Caddyfile
|
||||
cat<<EOF >/etc/caddy/Caddyfile
|
||||
:80 {
|
||||
# Set this path to your site's directory.
|
||||
root * /var/www/html
|
||||
@@ -31,7 +31,7 @@ cat<<EOF>/etc/caddy/Caddyfile
|
||||
}
|
||||
EOF
|
||||
mkdir -p /var/www/html
|
||||
cat<<EOF>/var/www/html/index.html
|
||||
cat<<EOF >/var/www/html/index.html
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user