Small fixes
This commit is contained in:
10
README.md
10
README.md
@@ -12,7 +12,7 @@ ___
|
||||
|
||||
This project has been created for `(Linux/MacOS)`.
|
||||
|
||||
All requisites should be available for your distribution. The most important are :
|
||||
Requisites:
|
||||
|
||||
* [Git](https://git-scm.com/downloads)
|
||||
* [Docker](https://docs.docker.com/engine/installation/)
|
||||
@@ -137,7 +137,7 @@ You can change the host name by editing the `.env` file.
|
||||
|
||||
If you modify the host name, do not forget to add it to the `/etc/hosts` file.
|
||||
|
||||
1. Configure Nginx
|
||||
1. Configure Nginx:
|
||||
|
||||
Do not modify the `Website/etc/nginx/default.conf` file, it is overwritten by `Website/etc/nginx/default.template.conf`
|
||||
|
||||
@@ -152,4 +152,8 @@ If you modify the host name, do not forget to add it to the `/etc/hosts` file.
|
||||
# ...
|
||||
# }
|
||||
```
|
||||
2. Copy your server.pem and server.key files in to the `Website/etc/nginx/ssl` folder. ([Lets Encrypt](https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-18-04) can register SSL certs for free)
|
||||
2. Copy your server.pem and server.key files in to the `Website/etc/nginx/ssl` folder and restart the application. ([Lets Encrypt](https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-18-04) can register SSL certs for free)
|
||||
|
||||
```sh
|
||||
sudo make restart
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user