[nextcloud-web] Drop quotes
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nextcloud-web] Drop quotes
- Date: Tue, 22 Jun 2021 14:52:03 +0000 (UTC)
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]