Hi i use this exmple that delpoy self service which contain links on static files into the index.php. But my static files can't load - index.php ```html <!-- Bootstrap Core CSS --> <link href="./css/bootstrap.min.css" rel="stylesheet"> ```` - nginx log ```bash nginx_1_6e54db375ab5 | 2018/11/22 20:10:15 [error] 57#0: *5 open() "/app/js/jqBootstrapValidation.js" failed (2: No such file or directory), client: 172.18.0.1, server: myapp.com, request: "GET /js/jqBootstrapValidation.js HTTP/1.1", host: "localhost", referrer: "http://localhost/index.php" ```
Hi i use this exmple that delpoy self service which contain links on static files into the index.php. But my static files can't load