9 lines
136 B
Caddyfile
9 lines
136 B
Caddyfile
http://blockly.localhost {
|
|
root /var/www/html/blockly-games/
|
|
file_server
|
|
}
|
|
|
|
http://moodle.localhost {
|
|
reverse_proxy moodle:8000
|
|
}
|