mirror of
https://github.com/demostf/proxy
synced 2026-06-03 12:04:07 +02:00
prepare for metrics
This commit is contained in:
parent
d5e7839632
commit
de009f8f49
4 changed files with 12 additions and 1 deletions
|
|
@ -33,4 +33,8 @@ server {
|
|||
include fastcgi_params;
|
||||
fastcgi_param SCRIPT_FILENAME /app/src/public/upload.php;
|
||||
}
|
||||
|
||||
location /metrics {
|
||||
proxy_pass http://${METRICS};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue