adding http security headers
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@ RUN apt-get update && \
|
||||
pecl install redis && \
|
||||
docker-php-ext-enable redis
|
||||
|
||||
# Enable SSL module for Apache
|
||||
RUN a2enmod ssl
|
||||
# Enable Apache modules
|
||||
RUN a2enmod ssl headers
|
||||
|
||||
# Restart Apache to apply changes
|
||||
RUN service apache2 restart
|
||||
|
||||
Reference in New Issue
Block a user