update the host files to point to accessible docker container names for backends
added testing for this, including mock backend server.
This commit is contained in:
@@ -6,7 +6,7 @@ server {
|
||||
#server_name _
|
||||
#server_name xai-corp.net
|
||||
|
||||
set $backend http://tasks.acme_certbot_app:83;
|
||||
set $backend http://sslproxy_renew:80;
|
||||
|
||||
client_max_body_size 200m;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user