Skip to content

Commit 6e2e0c4

Browse files
authored
Fix #153: cleanup old cruft (#154)
1 parent 50ccaf9 commit 6e2e0c4

1 file changed

Lines changed: 0 additions & 33 deletions

File tree

.examples/podman/README.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -155,39 +155,6 @@ Restart=on-failure
155155
EOF
156156
```
157157

158-
## Create ports.conf to override apache port
159-
160-
```sh
161-
cat >> ~/lb-ports.conf<<EOF
162-
# If you just change the port or add more ports here, you will likely also
163-
# have to change the VirtualHost statement in
164-
# /etc/apache2/sites-enabled/000-default.conf
165-
166-
Listen 8080
167-
168-
<IfModule ssl_module>
169-
Listen 8443
170-
</IfModule>
171-
172-
<IfModule mod_gnutls.c>
173-
Listen 8443
174-
</IfModule>
175-
EOF
176-
```
177-
178-
## Create virtual server conf to override apache port
179-
180-
```sh
181-
cat >> ~/ lb-000-default.conf<<EOF
182-
<VirtualHost *:8080>
183-
ServerAdmin webmaster@localhost
184-
DocumentRoot /var/www/html
185-
ErrorLog ${APACHE_LOG_DIR}/error.log
186-
CustomLog ${APACHE_LOG_DIR}/access.log combined
187-
</VirtualHost>
188-
EOF
189-
```
190-
191158
## Create permanent conf dir for LB
192159

193160
```sh

0 commit comments

Comments
 (0)