mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
63dbea0092
[server-pro] prepare hotfix 4.0.1 GitOrigin-RevId: 42b543d5468614a820ca7f9f29c5c6b83d1f7e69
14 lines
324 B
Diff
14 lines
324 B
Diff
--- etc/nginx/sites-enabled/sharelatex.conf
|
|
+++ etc/nginx/sites-enabled/sharelatex.conf
|
|
@@ -4,6 +4,11 @@ server {
|
|
|
|
root /overleaf/services/web/public/;
|
|
|
|
+ # block external access to prometheus /metrics
|
|
+ location /metrics {
|
|
+ internal;
|
|
+ }
|
|
+
|
|
location / {
|
|
proxy_pass http://127.0.0.1:3000;
|
|
proxy_http_version 1.1;
|