Revize 0c042d09
Přidáno uživatelem Tomáš Ballák před téměř 5 roky(ů)
scripts/renew_certificate.sh | ||
---|---|---|
12 | 12 |
--fullchain-file /certificate/cert.pem \ |
13 | 13 |
--reloadcmd 'bash /etc/init.d/nginx reload'; |
14 | 14 |
"; |
15 |
elif [ "$1" = "new-www"];then |
|
15 |
elif [ "$1" = "new-www" ];then
|
|
16 | 16 |
docker-compose exec nginx /bin/sh -c " |
17 | 17 |
cd /root/.acme.sh; \ |
18 | 18 |
bash acme.sh --issue --nginx /etc/nginx/sites-available/default.conf -d www.heatmap.zcu.cz --debug 2; \ |
website/public/css/404.css | ||
---|---|---|
68 | 68 |
padding-right: 15px; |
69 | 69 |
border-radius: 30px; |
70 | 70 |
color: white; |
71 |
margin-left: -20px; |
|
72 |
margin-right: -20px; |
|
71 | 73 |
} |
72 | 74 |
} |
Také k dispozici: Unified diff
hotfix