X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=nginx-app.conf;h=75f4878edfb14b725833b852eefd2bc576e9ae4c;hb=350dbf706fd7d8e162392c01fe8608a6e305c896;hp=c5bbd6814670bb67532757919bf1279aeb6843dd;hpb=c89a4a0390fd7250179e7a3730aa53a6ce2ede68;p=osm%2FLW-UI.git diff --git a/nginx-app.conf b/nginx-app.conf index c5bbd68..75f4878 100644 --- a/nginx-app.conf +++ b/nginx-app.conf @@ -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 +}