nginx-rp: remove collabora

This commit is contained in:
Viyurz 2023-12-06 14:35:25 +00:00
parent 4af1dc7d82
commit de5e420a72

View file

@ -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 # Homepage
server { server {
listen 443 ssl http2; listen 443 ssl http2;