You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,10 @@ Create rules to open ports to the internet, or to a specific IPv4 address or ran
41
41
- [Website](#website)
42
42
- [Proxy](#proxy)
43
43
- [Webserver](#webserver)
44
+
- [Database](#database)
44
45
- [Redis](#redis)
45
46
- [phpMyAdmin](#phpmyadmin)
46
-
- [backup](#backup)
47
+
- [backup](#backup)
47
48
48
49
## Automatic
49
50
@@ -87,8 +88,6 @@ Open a terminal and `cd` to the folder in which `docker-compose.yml` is saved an
87
88
cd full-stack-proxy-nginx-joomla-for-everyone-with-docker-compose
88
89
```
89
90
90
-
### Manual
91
-
92
91
Copy the example environment into `.env`
93
92
94
93
```
@@ -168,7 +167,7 @@ docker-compose stop
168
167
169
168
### Removing containers
170
169
171
-
To stop and remove all the containers use the`down` command:
170
+
To stop and remove all the containers use the`down` command:
172
171
173
172
```
174
173
docker-compose down
@@ -232,19 +231,19 @@ add and/or remove joomla site folders and files with any ftp client program in `
232
231
233
232
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.
234
233
234
+
add or remove code in the ```./proxy/templates/proxy.conf.template``` file for custom proxy configurations
0 commit comments