[indico-web] There's possibly a missing route between uwsgi and the nginx web server running static content



commit 2048b604be55d8c10388b63a7120afb3edcdeee3
Author: Andrea Veri <av gnome org>
Date:   Tue Jun 29 15:07:09 2021 +0000

    There's possibly a missing route between uwsgi and the nginx web server running static content

 static/indico.conf | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/static/indico.conf b/static/indico.conf
index f549db3..9f827f0 100644
--- a/static/indico.conf
+++ b/static/indico.conf
@@ -20,7 +20,4 @@ server {
   location / {
     return 404;
   }
-
-  rewrite ^/event/\d+/registrations/\d+/check-email(.*)$ /event/$1 last;
-  return 200;
 }


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