Skip to content

Commit

Permalink
Merge branch 'main' into openMvs_color
Browse files Browse the repository at this point in the history
  • Loading branch information
ertz10 committed Apr 2, 2024
2 parents 250f800 + 74d8080 commit d9c4ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ BACKEND_LOG=backend_log
You can skip these steps but browsers will warn about unsecure connection, or even block it.
NGINX won't start if the certificate is missing or invalid. In order to start in HTTP mode,
you need open `web/nginx.conf`, replace the HTTP locations with the SSL locations and comment out the whole SSL block.
Now, you should be able to connect to the server via HTTP, at least with Google Chrome (in incognito mode).
Now, you should be able to connect to the server via HTTP (port 8082), at least with Google Chrome (in incognito mode).

You can manually create a certificate by following the instructions on https://www.sslforfree.com/.
Or you can automate it with Certbot (https://certbot.eff.org/). For this, you need to create a Cron job and a script that triggers a docker image. See [SSL Automation](setup_ssl.md) for more information.
Expand Down

0 comments on commit d9c4ab7

Please sign in to comment.