[odrs-web] Trailing slash un-needed on this directive



commit 2243f325cc27d0e4dd257d77cf74f6a0a9e65377
Author: Andrea Veri <averi redhat com>
Date:   Thu Apr 28 17:49:10 2022 +0200

    Trailing slash un-needed on this directive

 nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx.conf b/nginx.conf
index 7f1430f..c1cc529 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -46,7 +46,7 @@ http {
         error_log /dev/stderr;
 
         location /static/ {
-            root /tmp/var/;
+            root /tmp/var;
             autoindex off;
         }
 


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