-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
502 bad gateway error after hitting bookstack url #5439
Comments
Hi @ssddanbrown , Kindly provide the resolution for the same |
Hi @sachinvishwakarma26,
|
Hi @ssddanbrown , 1.> What web server are you actually using on the server to run with PHP/BookStack? |
@sachinvishwakarma26 What nginx configuration did you use? |
Hi @ssddanbrown. This is the below nginx configuration server { access_log /var/log/nginx/bookstack_access.log; client_max_body_size 1G; index index.php; location / { location ~ ^/(?:.htaccess|data|config|db_structure.xml|README) { location ~ .php(?:$|/) { location ~* .(?:jpg|jpeg|gif|bmp|ico|png|css|js|swf)$ { |
|
Hi @ssddanbrown Bookstack and php-fpm are installed and as well as service running. |
Fix the If it's still not working, Please confirm if lines are added to the |
Hi @ssddanbrown Thanks now bookstack url is accessible with port no 80. we need to one more help currently one more bookstack application already running in Amazon linux2. So we wanted to transfer the data to new Rhel9 server bookstack URL. Could you please provide some any steps to transfer the exiting data instead of copying manually. Tanks, |
Hi @ssddanbrown , Kindly provide the update for the same? Thanks, |
You can find backup & restore instructions in the official documentation at https://www.bookstackapp.com/docs/admin/backup-restore/ |
Hi @watschi @ssddanbrown , We are trying to take db backup but its throwing below error. Kindly suggest here. |
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
Hi @ssddanbrown we are tried to configure bookstack on RHEL 9 and we have completed all configuration setup with following you're document.
we are running application on Nginx web serrvice and we are able to access application through localhost but in not in port no 80 in the browser, its throwing error like bad gateway.
Could you please help us here.
2024-07-RHEL9-install (1).pdf
Exact BookStack Version
8.2
Log Content
No response
Hosting Environment
Hi @ssddanbrown we are tried to configure bookstack on RHEL 9 and we have completed all configuration setup with following you're document.
we are running application on Nginx web serrvice and we are able to access application through localhost but in not in port no 80 in the browser, its throwing error like bad gateway.
Could you please help us here.
The text was updated successfully, but these errors were encountered: