mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-13 00:11:05 +01:00
changes for implementation of landing page
This commit is contained in:
parent
96c2a160d3
commit
a74a7fda2b
@ -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/
|
||||
|
@ -5,6 +5,8 @@ server
|
||||
|
||||
{% include 'roles/native-letsencrypt/templates/ssl_header.j2' %}
|
||||
|
||||
charset utf-8;
|
||||
|
||||
location /
|
||||
{
|
||||
root /usr/share/nginx/homepage;
|
||||
|
Loading…
Reference in New Issue
Block a user