mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
6b110cf4d0
commit
330d671c96
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue