[odrs-web] Requires a trailing slash in case it's a directory



commit 9aae7ce059fa46145c27d852da384f1733921f8c
Author: Andrea Veri <averi redhat com>
Date:   Thu Apr 28 17:24:37 2022 +0200

    Requires a trailing slash in case it's a directory

 nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx.conf b/nginx.conf
index 5bc143e..7a3502d 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -45,7 +45,7 @@ http {
 
         error_log /dev/stderr;
 
-        location /static {
+        location /static/ {
             alias /tmp/static;
         }
 


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