11 lines
No EOL
193 B
Text
11 lines
No EOL
193 B
Text
# Catch-all vhost
|
|
:80 {
|
|
root /var/www
|
|
proxy /leafApi 127.0.0.1:8000
|
|
proxy /api 127.0.0.1:8001 {
|
|
without /api
|
|
}
|
|
cors
|
|
gzip
|
|
mime .manifest text/cache-manifest
|
|
} |