Skip to content

Update readme.md #242

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

Merged
merged 1 commit into from
Jun 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Make sure you have virtual machine or server that is connected to the internet.
If you would like to use domain and SSL, make sure:
* DNS server of this domain configurated to point to the public IP of your server;
* HTTP (80) port for cerbot is accessable from the internet to be able to authenticate the domain ownership;
* HTTP (80) and HTTPS (443) porst are accessible from the internet to make nginx work correctly and make the Deep itself accessable.
* HTTP (80) and HTTPS (443) ports are accessible from the internet to make nginx work correctly and make the Deep itself accessable.

If you would like to use IP without SSL, make sure:
* Ports 3006 and 3007 are open, for example, using [the ufw package on Ubuntu](https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-with-ufw-on-ubuntu-20-04):
Expand Down
Loading