nginx-rp: remove collabora
This commit is contained in:
parent
4af1dc7d82
commit
de5e420a72
1 changed files with 0 additions and 17 deletions
|
@ -150,23 +150,6 @@ server {
|
|||
|
||||
|
||||
|
||||
# Collabora
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
||||
server_name collabora.viyurz.fr;
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:9980;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
proxy_read_timeout 36000s;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
# Homepage
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
|
|
Loading…
Reference in a new issue