Add webroot directory to proxy
This commit is contained in:
parent
e01e5750ec
commit
ee945562fe
@ -9,6 +9,7 @@ RUN apt-get -y install \
|
||||
cron \
|
||||
supervisor
|
||||
|
||||
RUN mkdir -p /var/www/html
|
||||
RUN mkdir /etc/nginx/cert && openssl dhparam -out /etc/nginx/cert/dhparam.pem 2048
|
||||
|
||||
COPY certbot.cron /etc/cron.d/certbot
|
||||
|
Reference in New Issue
Block a user