2019-04-05 05:12:45 +00:00
|
|
|
apt-get install -y nginx
|
2019-04-03 08:36:19 +00:00
|
|
|
|
2019-04-08 03:03:20 +00:00
|
|
|
letsencrypt --email mathieu.sanchez@outlook.fr certonly --nginx -d gitlab.teksatcau.fr
|
|
|
|
letsencrypt --email mathieu.sanchez@outlook.fr certonly --nginx -d jenkins.teksatcau.fr
|
|
|
|
letsencrypt --email mathieu.sanchez@outlook.fr certonly --nginx -d portainer.teksatcau.fr
|
|
|
|
|
2019-04-03 08:17:08 +00:00
|
|
|
cp ./docker/conf/nginx.conf /etc/nginx/
|
|
|
|
cp ./docker/conf/mime.types /etc/nginx/
|
|
|
|
cp ./docker/conf/applications/* /etc/nginx/conf.d/
|