[nextcloud-web] Drop quotes



commit c93cc66395ab7340b0e9fe4191c5780b269380e7
Author: Andrea Veri <averi redhat com>
Date:   Tue Jun 22 16:51:56 2021 +0200

    Drop quotes

 nginx/nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 6ca9011..7bb7e3e 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -29,7 +29,7 @@ http {
 
   map $http_x_forwarded_for $custom_x_forwarded_for {
     default $http_x_forwarded_for;
-    ~^::ffff:.* '$1';
+    ~^::ffff:.* $1;
   }
 
   server {


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