Browse Source

new: [apache] added ``proxy_wstunnel`` to enabled mods

postgres
Valentin Lab 6 years ago
parent
commit
42a02342c3
  1. 2
      apache/build/Dockerfile

2
apache/build/Dockerfile

@ -16,7 +16,7 @@ FROM docker.0k.io/apache:carif
# rm -rf /var/lib/apt/lists/*
# RUN docker-php-ext-install pgsql pdo_pgsql
RUN a2enmod headers proxy_http rewrite ssl
RUN a2enmod headers proxy_http rewrite ssl proxy_wstunnel
## Can remove this when SSL certificate are all valid ones
RUN apt-get update && apt-get install -y --force-yes ssl-cert

Loading…
Cancel
Save