mirror of
https://github.com/dockersrc/scripts
synced 2024-11-21 23:23:05 -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
|
||
|
}
|