Skip to content

Commit

Permalink
Fixed the search of suitable vhosts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsibtihon committed Aug 3, 2021
1 parent 8f88173 commit 2054d9d
Show file tree
Hide file tree
Showing 10 changed files with 416 additions and 178 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ COPY ./test_data/apache/example2.com.conf ${apacheAvailableSitesDir}
COPY ./test_data/apache/example-ssl.com.conf ${apacheAvailableSitesDir}
COPY ./test_data/apache/example3.com.conf ${apacheAvailableSitesDir}
COPY ./test_data/apache/example3-ssl.com.conf ${apacheAvailableSitesDir}
RUN a2ensite example3.com.conf && a2ensite example3-ssl.com.conf && a2ensite example2.com.conf && a2ensite example-ssl.com.conf && a2dissite 000-default.conf
COPY ./test_data/apache/example4-ssl.com.conf ${apacheAvailableSitesDir}
COPY ./test_data/apache/example5.com.conf ${apacheAvailableSitesDir}
RUN a2ensite example3.com.conf && a2ensite example3-ssl.com.conf && a2ensite example2.com.conf && a2ensite example-ssl.com.conf && a2ensite example4-ssl.com.conf && a2ensite example5.com.conf && a2dissite 000-default.conf

ENTRYPOINT ["/bin/sh", "./testcmd.sh"]
Loading

0 comments on commit 2054d9d

Please sign in to comment.