mirror of
https://github.com/dockersrc/scripts
synced 2024-11-22 05:23:06 -05:00
8 lines
127 B
Caddyfile
8 lines
127 B
Caddyfile
|
|
:REPLACE_SERVER_PORT {
|
|
root * /data/htdocs/www
|
|
file_server
|
|
#reverse_proxy localhost:8080
|
|
php_fastcgi localhost:9000
|
|
}
|