mirror of
https://github.com/casjaysdevdocker/caddy
synced 2025-01-19 00:34:28 -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
|
||
|
}
|