File tree Expand file tree Collapse file tree 6 files changed +1581
-812
lines changed
install/assets/maintenance Expand file tree Collapse file tree 6 files changed +1581
-812
lines changed Original file line number Diff line number Diff line change 1+ ## 5.16.1 2022-01-04 <dave at tiredofit dot ca >
2+
3+ ### Added
4+ - Nginx 1.21.5
5+
6+
17## 5.16.0 2021-12-06 <dave at tiredofit dot ca >
28
39 ### Changed
Original file line number Diff line number Diff line change 1- FROM docker.io/tiredofit/alpine:3.12
1+ FROM docker.io/tiredofit/alpine:3.15
22LABEL maintainer="Dave Conroy (github.com/tiredofit)"
33
44# ## Set Nginx Version Number
5- ENV NGINX_VERSION=1.21.4 \
5+ ENV NGINX_VERSION=1.21.5 \
66 NGINX_AUTH_LDAP_VERSION=master \
77 NGINX_BROTLI_VERSION=9aec15e2aa6feea2113119ba06460af70ab3ea62 \
88 NGINX_USER=nginx \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM docker.io/tiredofit/debian:buster
22LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)"
33
44### Set Nginx Version Number
5- ENV NGINX_VERSION=1.21.4 \
5+ ENV NGINX_VERSION=1.21.5 \
66 NGINX_AUTH_LDAP_VERSION=master \
77 NGINX_BROTLI_VERSION=9aec15e2aa6feea2113119ba06460af70ab3ea62 \
88 NGINX_USER=nginx \
Original file line number Diff line number Diff line change 1- <!DOCTYPE html>
2- < html >
3- < head >
4- < title > Undergoing Scheduled Maintenance</ title >
1+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2+ "http://www.w3.org/TR/html4/loose.dtd">
53
6- < style >
7- @import url ('https://fonts.googleapis.com/css?family=Open+Sans' );
4+ < html >
85
9- body { text-align : center; padding-top : 80px ; background : # fff ; font-family : 'Open Sans' ; }
10- h2 { color : # e25098 ; }
11- p { color : # 666 ; }
12- a { color : # 9d5475 ; }
13- </ style >
6+ < head >
7+ < meta http-equiv ="Content-type " content ="text/html;charset=UTF-8 ">
8+ < title > Site Maintenance</ title >
9+ < style type ="text/css ">
10+ body { text-align : center; padding : 150px ; }
11+ h1 { font-size : 50px ; }
12+ body { font : 20px Helvetica, sans-serif; color : # 333 ; }
13+ # article { display : block; text-align : left; width : 650px ; margin : 0 auto; }
14+ a { color : # dc8100 ; text-decoration : none; }
15+ a : hover { color : # 333 ; text-decoration : none; }
16+ </ style >
1417
1518</ head >
16-
1719< body >
18-
19- < h2 style ="margin: 70px 0; "> Sorry, we're presently performing maintenance on our services.</ h2 >
20-
21-
20+ < div id ="article ">
21+ < h1 > We’ll be back soon!</ h1 >
22+ < div >
23+ < p > Sorry for the inconvenience but we’re performing some maintenance at the moment. We’ll be back online shortly!</ p >
24+ </ div >
25+ </ div >
2226</ body >
23-
24- </ html >
25-
26-
27+ </ html >
You can’t perform that action at this time.
0 commit comments