Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

phpfpm static files access #10

Open
thisroot opened this issue Nov 22, 2018 · 1 comment
Open

phpfpm static files access #10

thisroot opened this issue Nov 22, 2018 · 1 comment

Comments

@thisroot
Copy link

thisroot commented Nov 22, 2018

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
  <!-- Bootstrap Core CSS -->
    <link href="./css/bootstrap.min.css" rel="stylesheet">
  • nginx log
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"
@andresbono
Copy link

Hi @thisroot, are you adding the jqBootstrapValidation.js file in the app-code/js/ directory when building the Docker image?

Did you add a file that is referencing to jqBootstrapValidation.js?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants