-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Hey, I'm getting a 403, it's the same error reported on issue #20 and #26 , I looked a bit closer and the local www/ directory is empty, I don't know if the script and container was supposed to generate or download the files for the login screen as I have not seen anything mentioned anywhere on the install.sh script but its broken, I'm using the latest version on the original script, running on localhost as a test, the only modifications I made were to the .env file before noticing the lack of file on the www/ directory to change from play.localhost to localhost:port but that made no difference.
If you need any extra info I'm happy to answer what I can and even run a test build if needed, closing this issue would also close both I mentioned in the beginning since they are the same issue I'm having. Thanks for maintaining this repo btw, really appreciate your work!
OS: Ubuntu Server 22.04
REDACTED-USER@REDACTED-HOST:~/wand# docker logs wand-web-1 -f
2024/05/01 13:11:41 [error] 18#18: *1 directory index of "/usr/share/nginx/html/" is forbidden, client: REDACTED-CLIENT, server: localhost, request: "GET / HTTP/1.1", host: "REDACTED-HOST"
REDACTED-CLIENT - - [01/May/2024:13:11:41 +0000] "GET / HTTP/1.1" 403 154 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" "-"
2024/05/01 13:11:41 [error] 18#18: *1 open() "/usr/share/nginx/html/favicon.ico" failed (2: No such file or directory), client: REDACTED-CLIENT, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "REDACTED-HOST", referrer: "http://REDACTED-HOST/"
REDACTED-CLIENT - - [01/May/2024:13:11:41 +0000] "GET /favicon.ico HTTP/1.1" 404 154 "http://REDACTED-HOST/" "Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" "-"