We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A clear and concise description of what the bug is.
on server access the Caddyfile
sudo vim /etc/caddy/Caddyfile
Next edit it to the following
www.fullstackappdev.com { reverse_proxy localhost:5173 }
restart the caddy service
sudo systemctl restart caddy
the go to http://www.fullstackappdev.com in the browser
Expected to be able to access website via domain www.fullstackappdev.com
P0
This is the error message that displays in the Chrome browser for desktop and mobile
Continuing to troubleshoot.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
on server access the Caddyfile
Next edit it to the following
restart the caddy service
the go to http://www.fullstackappdev.com in the browser
Expected behavior
Expected to be able to access website via domain www.fullstackappdev.com
Priority
P0
Screenshots/Video
Desktop/Mobile
This is the error message that displays in the Chrome browser for desktop and mobile
Additional context
Continuing to troubleshoot.
The text was updated successfully, but these errors were encountered: