CICD
This commit is contained in:
+16
-16
@@ -6,27 +6,27 @@ http {
|
|||||||
client_max_body_size 5M;
|
client_max_body_size 5M;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name www.ifattidinapoli.it preproduction.ifattidinapoli.it default_server;
|
server_name www.ifattidinapoli.it preproduction.ifattidinapoli.it default_server;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://fdn2.production.webserver/;
|
proxy_pass http://fdn2.production.webserver/;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# server {
|
server {
|
||||||
# listen 80;
|
listen 80;
|
||||||
# server_name test.ifattidinapoli.it;
|
server_name test.ifattidinapoli.it;
|
||||||
|
|
||||||
# location / {
|
location / {
|
||||||
# proxy_pass http://fdn2.test.webserver/;
|
proxy_pass http://fdn2.test.webserver/;
|
||||||
# proxy_redirect off;
|
proxy_redirect off;
|
||||||
# proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
# }
|
}
|
||||||
|
|
||||||
#}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -38,7 +38,7 @@ SELECTED_MODES=0
|
|||||||
|
|
||||||
TAG="local"
|
TAG="local"
|
||||||
|
|
||||||
while getopts "t:hvudpx" o; do
|
while getopts "t:hvudpxX" o; do
|
||||||
case "${o}" in
|
case "${o}" in
|
||||||
u)
|
u)
|
||||||
UNIT_MODE=1
|
UNIT_MODE=1
|
||||||
|
|||||||
Reference in New Issue
Block a user