Skip to content

Commit 9e12926

Browse files
committed
Update README.md
1 parent 4e173c5 commit 9e12926

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ Create rules to open ports to the internet, or to a specific IPv4 address or ran
4141
- [Website](#website)
4242
- [Proxy](#proxy)
4343
- [Webserver](#webserver)
44+
- [Database](#database)
4445
- [Redis](#redis)
4546
- [phpMyAdmin](#phpmyadmin)
46-
- [backup](#backup)
47+
- [backup](#backup)
4748

4849
## Automatic
4950

@@ -87,8 +88,6 @@ Open a terminal and `cd` to the folder in which `docker-compose.yml` is saved an
8788
cd full-stack-proxy-nginx-joomla-for-everyone-with-docker-compose
8889
```
8990

90-
### Manual
91-
9291
Copy the example environment into `.env`
9392

9493
```
@@ -168,7 +167,7 @@ docker-compose stop
168167

169168
### Removing containers
170169

171-
To stop and remove all the containers use the`down` command:
170+
To stop and remove all the containers use the `down` command:
172171

173172
```
174173
docker-compose down
@@ -232,19 +231,19 @@ add and/or remove joomla site folders and files with any ftp client program in `
232231

233232
Proxying is typically used to distribute the load among several servers, seamlessly show content from different websites, or pass requests for processing to application servers over protocols other than HTTP.
234233

234+
add or remove code in the ```./proxy/templates/proxy.conf.template``` file for custom proxy configurations
235+
235236
[https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/)
236237

237238
#### Webserver
238239

239240
add or remove code in the ```./webserver/extra/httpd-vhosts.conf``` file for custom apache2/httpd configurations
240241

241-
#### Joomla
242+
#### Database
242243

243244
Database server name = database
244245

245-
Database name = ${JOOMLA_DB_NAME} constant at ./.env file.
246-
247-
##### How to remove index.php from URLs or How to Solve Joomla Installation stuck on white blank page.
246+
#### How to remove index.php from URLs or How to Solve Joomla Installation stuck on white blank page.
248247

249248
You must restart varnish container after enable Use URL Rewriting at Joomla admin page.
250249

0 commit comments

Comments
 (0)