Skip to content

Commit

Permalink
Remove uneeded lines
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi authored Nov 25, 2021
1 parent 76f7fc4 commit a5b2f9f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions bulletin_board/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ server {
listen 80 ;
listen [::]:80 ;
#listen [::]:443 ssl ipv6only=on; # managed by Certbot
#listen 443 ssl; # managed by Certbot
#ssl_certificate ...
#ssl_certificate_key ...
#include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
#ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
location / {
proxy_pass http://127.0.0.1:8000;
}
Expand All @@ -79,7 +72,7 @@ server {

Note: you should add SSL configuration, for instance with [Let's Encrypt](https://certbot.eff.org/lets-encrypt)

This server is ready, you can access the hompage either at https://localhost:8000 or https:/you-server.com depending on your final configuration.
This server is ready, you can access the hompage either at http://localhost:8000 or https:/bulletin-board.example.org depending on your final configuration.

#### Executing console commands when using docker-compose

Expand Down

0 comments on commit a5b2f9f

Please sign in to comment.