Git bridge proxy in Server Pro GitOrigin-RevId: 298c63c89e71865432512fdb4612cb42a762f29b
@@ -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;