File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1- FROM bfren/nginx:nginx1.20-2.2.21
1+ FROM bfren/nginx:nginx1.20-2.2.22
22
33# port 80 is already exposed by the base image
44EXPOSE 443
Original file line number Diff line number Diff line change 1- 2.2.19
1+ 2.2.20
Original file line number Diff line number Diff line change 3030# Copyright (c) 2021 bfren
3131#======================================================================================================================
3232<% fi %>
33+ #======================================================================================================================
34+ # UPSTREAM SERVER(S)
35+ #======================================================================================================================
36+
37+ # optional file to have multiple upstream servers
38+ include <%= "${CUSTOM_CONF}/${DOMAIN_NAME}[.]upstream" %>;
39+
3340#======================================================================================================================
3441# HTTP
3542#======================================================================================================================
@@ -78,9 +85,6 @@ server {
7885 }
7986<% fi -%>
8087
81- # optional file to have multiple upstream servers
82- include <%= "${CUSTOM_CONF}/${DOMAIN_NAME}[.]upstream" %>;
83-
8488 # main site configuration block
8589 location / {
8690 proxy_pass <%= "${UPSTREAM}" %>;
You can’t perform that action at this time.
0 commit comments