-
-
Notifications
You must be signed in to change notification settings - Fork 443
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
bug: Page 404 #6554
Comments
This compose file is for demonstration only, do not use in prod.version: "3.9" This is my complete file |
https://docs.logto.io/docs/recipes/deployment/#reverse-proxy |
Closing the ticket due to inactivity for more than 3 weeks. Feel free to reopen if necessary. |
I have defined the HTTPS domain name in my compose file
And it has already been added to my nginx configuration file
location / {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
proxy_pass http://127.0.0.1:3001 ;
}
But when I access the domain name, it is blank F12 and I see 404. Why is this
The text was updated successfully, but these errors were encountered: