From b9d6237eb4f317dc5a93dc8cbff5c4ffc345649d Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Wed, 1 Jul 2020 11:06:05 +0200 Subject: [PATCH] Added example to pass password through url --- README_CUSTOM_CONFIG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_CUSTOM_CONFIG.md b/README_CUSTOM_CONFIG.md index deca136..3000c4f 100644 --- a/README_CUSTOM_CONFIG.md +++ b/README_CUSTOM_CONFIG.md @@ -81,4 +81,4 @@ For the first run, this will create a new avd and all the changes will be access Nginx ----- -You can have 1 nginx service to handle multiple containers. Sample nginx configuration is [this](nginx/default) and sample call is ```http://127.0.0.1/container-1/?nginx=&path=/container-1/websockify&view_only=true``` +You can have 1 nginx service to handle multiple containers. Sample nginx configuration is [this](nginx/default) and sample call is ```http://127.0.0.1/container-1/?nginx=&path=/container-1/websockify&view_only=true&password=secr3t```