mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Start apache in the same way as PHP in the Docker container
This commit is contained in:
parent
f398700c56
commit
fb1ed290a5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ ln -s /standardebooks.org/web/config/php/fpm/standardebooks.org.ini /etc/php/*/c
|
|||
ln -s /standardebooks.org/web/config/php/fpm/standardebooks.org.ini /etc/php/*/fpm/conf.d/
|
||||
ln -s /standardebooks.org/web/config/php/fpm/standardebooks.test.conf /etc/php/*/fpm/pool.d/
|
||||
a2ensite standardebooks.test
|
||||
/etc/init.d/apache2 start
|
||||
service apache2 start
|
||||
service php7.4-fpm restart
|
||||
|
||||
# Keep the server available by holding open the container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue