Skip to content

Commit

Permalink
Fixes references to uncommenting lines in nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse-reeve committed Jan 2, 2024
1 parent 6a002a8 commit 4bad50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/running_bookwyrm/install-prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Instructions for running BookWyrm in production:
- When docker has built successfully, stop the process with `CTRL-C`
- Set up HTTPS redirect
- In `docker-compose.yml`, comment out the active certbot command, which installs the certificate, and uncomment the line below, which sets up automatically renewals.
- In `nginx/default.conf`, uncomment lines 18 through 50 to enable forwarding to HTTPS. You should have two `server` blocks enabled
- In `nginx/default.conf`, uncomment lines 18 through 111 to enable forwarding to HTTPS. You should have two `server` blocks enabled
- Set up a `cron` job to keep your certificates up to date (Lets Encrypt certificates expire after 90 days)
- Type `crontab -e` to edit your cron file in the host machine
- add a line to try renewing once a day:
Expand Down

0 comments on commit 4bad50e

Please sign in to comment.