wordpress
Ceci est une ancienne révision du document !
config apache2 pour docker wordpress
<VirtualHost *:80>
serverName wordpress.xcorp.fr
ProxyPass / http://127.0.0.1:9000/
ProxyPassReverse / http://127.0.0.1:9000/
ProxyRequests Off
ProxyPreserveHost On
CustomLog /var/log/apache2/wordpress.log combined
ErrorLog /var/log/apache2/wordpress_error.log
</VirtualHost>
wordpress.1782292571.txt.gz · Dernière modification : de alban
