7 lines
No EOL
176 B
Text
7 lines
No EOL
176 B
Text
example.com {
|
|
header ?Cache-Control "max-age=3600"
|
|
encode gzip
|
|
respond /robots.txt "User-agent: *
|
|
Disallow: " 200
|
|
reverse_proxy localhost:8080
|
|
} |