[download-web/mirrorbits] nginx: Add missing braces



commit 69fadf18aa5a5ec3aef83a9f51c58028ec5783cf
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Dec 8 09:02:43 2020 +0100

    nginx: Add missing braces

 nginx/nginx.conf | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 41bbaf7..dfe53bb 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -48,5 +48,6 @@ http {
             proxy_set_header X-Real-IP $remote_addr;
             proxy_buffering off;
             proxy_pass http://127.0.0.1:8080;
+        }
     }
 }


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