mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 20:51:07 +01:00
changes for implementation of landing page
This commit is contained in:
parent
f6dde66702
commit
46a1df99f6
@ -23,11 +23,9 @@ docker exec -it wordpress-application-1 /bin/sh
|
|||||||
|
|
||||||
## update wp-config.php
|
## update wp-config.php
|
||||||
```bash
|
```bash
|
||||||
cat > wp-config.php << EOF
|
apt update && apt install nano && nano wp-config.php
|
||||||
<?php
|
|
||||||
#content
|
|
||||||
EOF
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## multiside
|
## multiside
|
||||||
- https://multilingualpress.de/doku/wordpress-multisite-installieren-einrichten/
|
- 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' %}
|
{% include 'roles/native-letsencrypt/templates/ssl_header.j2' %}
|
||||||
|
|
||||||
|
charset utf-8;
|
||||||
|
|
||||||
location /
|
location /
|
||||||
{
|
{
|
||||||
root /usr/share/nginx/homepage;
|
root /usr/share/nginx/homepage;
|
||||||
|
Loading…
Reference in New Issue
Block a user