changes for implementation of landing page

This commit is contained in:
Kevin Veen-Birkenbach 2022-11-11 15:27:19 +01:00
parent f6dde66702
commit 46a1df99f6
2 changed files with 4 additions and 4 deletions

View File

@ -23,11 +23,9 @@ docker exec -it wordpress-application-1 /bin/sh
## update wp-config.php
```bash
cat > wp-config.php << EOF
<?php
#content
EOF
apt update && apt install nano && nano wp-config.php
```
## multiside
- https://multilingualpress.de/doku/wordpress-multisite-installieren-einrichten/
- https://pressable.com/knowledgebase/adding-or-changing-the-domain-on-a-wordpress-multisite/

View File

@ -5,6 +5,8 @@ server
{% include 'roles/native-letsencrypt/templates/ssl_header.j2' %}
charset utf-8;
location /
{
root /usr/share/nginx/homepage;