Skip to content
Snippets Groups Projects
Commit eb2ff94f authored by Mathieu Ruellan's avatar Mathieu Ruellan
Browse files

fix(reverseproxy): set ssl on apache, otherwise batch does not work

parent d9eba513
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ find /config/php/apache2.d -type f | while read file; do
done;
sed -i "s/\/var\/www\/html/\/var\/www/g" /etc/apache2/sites-enabled/000-default.conf
sed -i '/^\s*DocumentRoot.*/a \\tSetEnv HTTPS on' /etc/apache2/sites-enabled/000-default.conf
chown -R www-data:www-data /var/www
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment