We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136db7f commit 6f0d2d0Copy full SHA for 6f0d2d0
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM bfren/nginx:nginx1.22-4.0.32
+FROM bfren/nginx:nginx1.22-4.0.33
2
3
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-proxy"
4
VERSION
@@ -1 +1 @@
-5.1.21
+5.1.22
overlay/www/maintenance.html
@@ -13,7 +13,7 @@ <h1>Maintenance</h1>
13
<p>The site you requested is temporarily down for maintenance. Please try again later.</p>
14
<p class="muted">This page will auto-refresh in <span id="remaining">10</span>s.</p>
15
<script type="text/javascript">
16
- let remaining = 10;
+ let remaining = 7;
17
let countdown = function () {
18
// reload the page
19
if (remaining == 0) {
0 commit comments