mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	changes for implementation of landing page
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user