[gbm-web] redirector: Fix syntax error in nginx config



commit faa48345f11c7336214ad9dce318b8ceedb62c62
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Sat Jan 22 22:03:47 2022 +0100

    redirector: Fix syntax error in nginx config

 redirector/nginx.conf | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/redirector/nginx.conf b/redirector/nginx.conf
index 5a603ad..ceb7759 100644
--- a/redirector/nginx.conf
+++ b/redirector/nginx.conf
@@ -45,4 +45,5 @@ http {
         location /download/ {
             proxy_pass http://localhost:8000/;
         }
+    }
 }


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