29 lines
692 B
Markdown
29 lines
692 B
Markdown
|
|
# MateriO 7.x
|
|
MateriO Base powered by druapl 7 docker environement
|
|
|
|
# reverse proxy
|
|
```
|
|
<Virtualhost *:80>
|
|
ServerName dev.materio.com
|
|
ServerAlias dev.sb.materio.com
|
|
ServerAlias dev.materio.eu
|
|
ServerAlias dev.materio.fr
|
|
ServerAlias dev.materio.net
|
|
|
|
ProxyPass / http://127.0.0.1:81/
|
|
ProxyPassReverse / http://127.0.0.1:81/
|
|
ProxyRequests Off
|
|
</Virtualhost>
|
|
|
|
```
|
|
|
|
# sources
|
|
https://www.ostraining.com/blog/drupal/docker/
|
|
|
|
http://tech.osteel.me/posts/2017/01/15/how-to-use-docker-for-local-web-development-an-update.html
|
|
|
|
https://mmenozzi.github.io/2016/01/22/php-web-development-with-docker/
|
|
|
|
https://dzone.com/articles/continuous-drupal-maintaining-a-drupal-website-wit
|