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
Update this line to remove the trailing slash:
Replace /app/ with your install directory /opt/bookwyrm/ everywhere in the file (including commented out)
/app/
/opt/bookwyrm/
With
Replace /app with your install directory /opt/bookwyrm everywhere in the file (including commented out)
/app
/opt/bookwyrm
Also, I think this line can be taken out. The current configuration file has both server blocks enabled.
Uncomment lines 18 through 50 to enable forwarding to HTTPS. You should have two server blocks enabled
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Update this line to remove the trailing slash:
With
Also,
I think this line can be taken out. The current configuration file has both server blocks enabled.
The text was updated successfully, but these errors were encountered: