[etherpad-web/oscp-frontend] Add /_status endpoint



commit f4d74f568eb465752c32cf07cd7f3bbb5ccd9730
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Fri Dec 18 09:58:11 2020 +0100

    Add /_status endpoint

 app_data/httpd-cfg/etherpad.gnome.org.conf | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/app_data/httpd-cfg/etherpad.gnome.org.conf b/app_data/httpd-cfg/etherpad.gnome.org.conf
index a156941..77ab939 100644
--- a/app_data/httpd-cfg/etherpad.gnome.org.conf
+++ b/app_data/httpd-cfg/etherpad.gnome.org.conf
@@ -5,6 +5,8 @@
   SSLCertificateFile /var/serving-cert/tls.crt 
   SSLCertificateKeyFile /var/serving-cert/tls.key
 
+  RewriteRule "/_status/" - [R=200]
+
   <LocationMatch "^/.well-known/acme-challenge">
     RedirectMatch ^(.*) https://letsencrypt.gnome.org$1
   </LocationMatch>


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