mirror of
https://github.com/casjaysdevdocker/caddy
synced 2025-01-18 18:34:27 -05:00
8 lines
110 B
Caddyfile
8 lines
110 B
Caddyfile
|
|
:80 {
|
|
root * /data/htdocs/www
|
|
file_server
|
|
#reverse_proxy localhost:8080
|
|
php_fastcgi localhost:9000
|
|
}
|