[redirects-web/proxy] Missing endpoint



commit 7f0cbb6d9fc672ac92c0b47c9f028274a286ad76
Author: Andrea Veri <averi redhat com>
Date:   Tue Feb 1 20:05:00 2022 +0100

    Missing endpoint

 conf.d/office.cloud.gnome.org.conf | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/conf.d/office.cloud.gnome.org.conf b/conf.d/office.cloud.gnome.org.conf
index db7093b..6134dbe 100644
--- a/conf.d/office.cloud.gnome.org.conf
+++ b/conf.d/office.cloud.gnome.org.conf
@@ -9,6 +9,11 @@ server {
          proxy_set_header Host $http_host;
      }
 
+     location ^~ /loleaflet {
+         proxy_pass https://vpn.palette.gnome.org:9980;
+         proxy_set_header Host $http_host;
+     }
+
      # WOPI discovery URL
      location ^~ /hosting/discovery {
          proxy_pass https://vpn.palette.gnome.org:9980;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]