Update with Caddy

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2023-11-25 10:03:44 +01:00
parent 1e912164a6
commit 1babc4f57b
31 changed files with 34 additions and 823 deletions

View File

@ -63,12 +63,15 @@ And then, caddy will generate the certificate for you and renew it automatically
### Configure the infrastructure
You must create a file named `.env` with the following content:
You must create a folder named `env` with the following content:
file named `.env` with the following content:
```sh
MARIADB_ROOT_PASSWORD=<your_root_password>
MARIADB_USER=<your_user>
MARIADB_PASSWORD=<your_password>
MARIADB_ROOT_PASSWORD=7L1Ncbquax0B2TCOmrjaQl9n5mnY88bQ
MARIADB_USER=bensuperpc
MARIADB_PASSWORD=lEOEf8cndnDjp84O4Uv5D9zJLJDFatLw
MARIADB_DATABASE=wordpress
```
### Wordpress website