Merge pull request #12428 from overleaf/em-server-pro-git-bridge-proxy

Git bridge proxy in Server Pro

GitOrigin-RevId: 298c63c89e71865432512fdb4612cb42a762f29b
This commit is contained in:
Eric Mc Sween 2023-04-04 08:14:49 -04:00 committed by Copybot
parent 6b110cf4d0
commit 330d671c96

View file

@ -61,4 +61,7 @@ server {
proxy_pass http://127.0.0.1:8080; # clsi-nginx.conf
proxy_http_version 1.1;
}
# Load any extra configuration for this vhost
include /etc/nginx/vhost-extras/sharelatex/*.conf;
}