mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +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;
|
|
}
|
|
}
|