1
0
Fork 0
mirror of https://github.com/demostf/proxy synced 2026-06-03 12:04:07 +02:00

prepare for metrics

This commit is contained in:
Robin Appelman 2024-01-14 02:13:15 +01:00
commit de009f8f49
4 changed files with 12 additions and 1 deletions

View file

@ -33,4 +33,8 @@ server {
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME /app/src/public/upload.php;
}
location /metrics {
proxy_pass http://${METRICS};
}
}