Files
poc-provedor/caddy/etc/Caddyfile
2025-10-06 19:23:07 -03:00

9 lines
136 B
Caddyfile

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