2019-04-05 05:12:45 +00:00
|
|
|
apt-get install -y nginx
|
2019-04-03 08:36:19 +00:00
|
|
|
|
2019-04-24 04:43:20 +00:00
|
|
|
/opt/letsencrypt/letsencrypt-auto --email mathieu.sanchez@outlook.fr --agree-tos certonly --nginx -d www.c2a-systeme.fr
|
|
|
|
/opt/letsencrypt/letsencrypt-auto --email mathieu.sanchez@outlook.fr --agree-tos certonly --nginx -d git.c2a-systeme.fr
|
|
|
|
/opt/letsencrypt/letsencrypt-auto --email mathieu.sanchez@outlook.fr --agree-tos certonly --nginx -d api.c2a-systeme.fr
|
|
|
|
/opt/letsencrypt/letsencrypt-auto --email mathieu.sanchez@outlook.fr --agree-tos certonly --nginx -d gitlab.c2a-systeme.fr
|
|
|
|
/opt/letsencrypt/letsencrypt-auto --email mathieu.sanchez@outlook.fr --agree-tos certonly --nginx -d dev.api.c2a-systeme.fr
|
|
|
|
/opt/letsencrypt/letsencrypt-auto --email mathieu.sanchez@outlook.fr --agree-tos certonly --nginx -d jenkins.c2a-systeme.fr
|
|
|
|
/opt/letsencrypt/letsencrypt-auto --email mathieu.sanchez@outlook.fr --agree-tos certonly --nginx -d portainer.c2a-systeme.fr
|
2019-04-08 03:03:20 +00:00
|
|
|
|
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/
|