wordpress
Ceci est une ancienne révision du document !
config apache2 pour docker wordpress
<VirtualHost *:80>
serverName timothe.xcorp.fr
ProxyPass /wordpress/ http://127.0.0.1:9000/
ProxyPassReverse /wordpress/ 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.1782199880.txt.gz · Dernière modification : de 185.135.127.195
