mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
9 lines
138 B
Plaintext
9 lines
138 B
Plaintext
server {
|
|
listen 80;
|
|
resolver dns.weave.local:53;
|
|
|
|
location / {
|
|
proxy_pass http://app.weave.local$request_uri;
|
|
}
|
|
}
|