Deb package generation for LW-UI, including CICD Dockerfile
[osm/LW-UI.git] / nginx-app.conf
index c5bbd68..75f4878 100644 (file)
@@ -11,7 +11,7 @@ server {
     client_max_body_size 75M;
 
     location /static/ {
-        alias /usr/src/app/static/;
+        alias /usr/share/osm-lightui/static/;
     }
 
     location / {
@@ -55,4 +55,4 @@ server {
 #        log_not_found off;
 #        access_log off;
 #    }
-}
\ No newline at end of file
+}