-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Podman deployment issue #92
Comments
Internal port is set to 8080. Try setting - 8085:8080 |
The other thing I just noticed is that you have PUID twice. I assume once of them is supposed to be PGID |
Thank you. You can access the website now, but there is no response when you click to log in. I checked and the request response is 302 Found. Could not open input file: artisan
Could not open input file: artisan
Could not open input file: artisan
Could not open input file: artisan
127.0.0.1 - 23/Feb/2025:05:15:25 +0000 "POST /index.php" 303
127.0.0.1 - 23/Feb/2025:05:15:25 +0000 "GET /index.php" 302
127.0.0.1 - 23/Feb/2025:05:15:25 +0000 "GET /index.php" 200
127.0.0.1 - 23/Feb/2025:05:15:25 +0000 "GET /index.php" 200
127.0.0.1 - 23/Feb/2025:05:15:33 +0000 "POST /index.php" 303
127.0.0.1 - 23/Feb/2025:05:15:33 +0000 "GET /index.php" 200
127.0.0.1 - 23/Feb/2025:05:15:33 +0000 "GET /index.php" 200
127.0.0.1 - 23/Feb/2025:05:15:38 +0000 "POST /index.php" 303
127.0.0.1 - 23/Feb/2025:05:15:38 +0000 "GET /index.php" 302
127.0.0.1 - 23/Feb/2025:05:15:38 +0000 "GET /index.php" 200
127.0.0.1 - 23/Feb/2025:05:15:38 +0000 "GET /index.php" 200 Request URL: http://192.168.5.100:8085/dashboard/home
Request Method: GET
Status Code: 302 Found
Remote Address: 192.168.5.100:8085
Referrer Policy: no-referrer-when-downgrade Request URL: http://192.168.5.100:8085/auth/login
Request Method: POST
Status Code: 303 See Other
Remote Address: 192.168.5.100:8085
Referrer Policy: no-referrer-when-downgrade Request URL: http://192.168.5.100:8085/auth/login?redirect=dashboard%2Fhome
Request Method: GET
Status Code: 200 OK
Remote Address: 192.168.5.100:8085
Referrer Policy: no-referrer-when-downgrade /var/www/html $ nginx -t
nginx: [warn] the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:1
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I encountered a problem during installation and cannot access the website.
it say ERR_CONNECTION_REFUSED
The text was updated successfully, but these errors were encountered: