From c54823bf33756934c1010ba6dd13ed9daba85b00 Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 3 Nov 2021 16:59:48 -0400 Subject: [PATCH] add note about auth --- emulatorjs.subdomain.conf.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/emulatorjs.subdomain.conf.sample b/emulatorjs.subdomain.conf.sample index 085ae0c..c80212e 100644 --- a/emulatorjs.subdomain.conf.sample +++ b/emulatorjs.subdomain.conf.sample @@ -2,6 +2,7 @@ # make sure that your dns has a cname set for emulatorjs # In emulatorjs docker arguments, set an env variable for SUBFOLDER=/backend/ # The backend interface will be accessible at https://emulatorjs.yourdomain.com/backend/ +# Don't forget to enable auth at least for the /backend/ location server { listen 443 ssl;