[odrs-web] Typo fix



commit cb3c43119673cbdcc6d2a42c3edc93921fb3f9c5
Author: Andrea Veri <averi redhat com>
Date:   Thu Apr 28 16:47:44 2022 +0200

    Typo fix

 nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx.conf b/nginx.conf
index 4413b94..545ac59 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -56,7 +56,7 @@ http {
         }
 
         location /static {
-            alias /tmp/static
+            alias /tmp/static;
         }
 
         location ~* \.(?:ico|css|svg|js|json|jpe?g|png)$ {


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