Skip to content
Snippets Groups Projects
Commit 57db0af1 authored by Guilherme Arthur Gerônimo's avatar Guilherme Arthur Gerônimo
Browse files

Merge branch 'sync' into 'main'

Sync

See merge request !12
parents 1818e7ea a2c03701
No related branches found
No related tags found
Loading
...@@ -9,6 +9,11 @@ ADD docker/web/ca.crt /etc/apache2/ssl/ ...@@ -9,6 +9,11 @@ ADD docker/web/ca.crt /etc/apache2/ssl/
ADD docker/web/server.crt /etc/apache2/ssl/ ADD docker/web/server.crt /etc/apache2/ssl/
ADD docker/web/server.key /etc/apache2/ssl/ ADD docker/web/server.key /etc/apache2/ssl/
RUN a2enmod ssl RUN a2enmod ssl
RUN a2enmod proxy
RUN a2enmod proxy_http
RUN a2enmod headers
RUN a2enmod rewrite
RUN a2enmod proxy_html
#TODO Links to be compliance with old env. We should remove this in the future. #TODO Links to be compliance with old env. We should remove this in the future.
RUN ln -s -T /var/www/html/ /smartdata && chmod 777 /smartdata RUN ln -s -T /var/www/html/ /smartdata && chmod 777 /smartdata
......
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