Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
IoT Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IoT
IoT Platform
Merge requests
!12
Sync
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sync
sync
into
main
Overview
0
Commits
5
Changes
1
Merged
Guilherme Arthur Gerônimo
requested to merge
sync
into
main
9 months ago
Overview
0
Commits
5
Changes
1
Expand
0
0
Merge request reports
Viewing commit
71d361c3
Prev
Next
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
71d361c3
proxy
· 71d361c3
Guilherme Arthur Gerônimo
authored
10 months ago
Dockerfile
+
2
−
0
Options
@@ -9,6 +9,8 @@ ADD docker/web/ca.crt /etc/apache2/ssl/
ADD
docker/web/server.crt /etc/apache2/ssl/
ADD
docker/web/server.key /etc/apache2/ssl/
RUN
a2enmod ssl
RUN
a2enmod proxy
RUN
a2enmod proxy_http
#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
Loading