dev #27

Merged
ofilter merged 22 commits from dev into main 2023-04-25 08:18:00 +02:00
2 changed files with 0 additions and 6 deletions
Showing only changes of commit 96ef03948d - Show all commits

View File

@ -2,11 +2,6 @@ FROM nginx
ADD server.conf /etc/nginx/conf.d/default.conf
# RUN apt-get update && \
# apt-get install apache2 openssl -y && \
# a2ensite default-ssl && \
# a2enmod ssl && \
RUN mkdir -p /var/www/html
RUN echo "<h2>Howdy</h2>" | tee /var/www/html/index.html

View File

@ -1,6 +1,5 @@
server {
listen 80;
# rewrite ^ https://$server_name$request_uri? permanent;
server_name lb.net;