Files
poc-provedor/caddy/etc/Caddyfile

9 lines
137 B
Caddyfile

http://blockly.localhost {
root /var/www/html/blockly-games/
file_server
}
http://moodle.localhost {
reverse_proxy moodle:8000
}