Skip to content

Commit

Permalink
Disable default nginx site
Browse files Browse the repository at this point in the history
  • Loading branch information
vvbogdanov87 committed May 18, 2022
1 parent 58c9f67 commit 34523f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ RUN echo "Downloading SEPIA-Home (custom bundle) ..." && \
#
# Set up Nginx (HTTP)
sudo cp nginx/sites-available/sepia-fw-http.conf /etc/nginx/sites-enabled/sepia-fw-http.conf && \
sudo unlink /etc/nginx/sites-enabled/default && \
#
# Prepare automatic-setup and user1
cd automatic-setup && \
Expand Down

0 comments on commit 34523f8

Please sign in to comment.