|
@ -79,7 +79,7 @@ RUN mv postgresql/pg_hba.conf /etc/postgresql/${PSQLV:?}/main/ & \ |
|
|
### |
|
|
### |
|
|
|
|
|
|
|
|
# enable modules we need |
|
|
# enable modules we need |
|
|
RUN a2enmod rewrite headers env dir mime proxy_fcgi && \ |
|
|
RUN a2enmod rewrite headers env dir mime proxy_fcgi http2 && \ |
|
|
a2enconf php${PHPV:?}-fpm |
|
|
a2enconf php${PHPV:?}-fpm |
|
|
|
|
|
|
|
|
# copy site config |
|
|
# copy site config |
|
|