Server URL
-
The URL of the server that the device connects to (e.g. https://app.remotely.one).
+
The URL of the server that the device connects to (e.g. https://app.example.com).
diff --git a/Utilities/Example_Nginx_Config.txt b/Utilities/Example_Nginx_Config.txt
index 2db1bb9c..0b82a5c8 100644
--- a/Utilities/Example_Nginx_Config.txt
+++ b/Utilities/Example_Nginx_Config.txt
@@ -1,6 +1,6 @@
server {
listen 80;
- server_name app.remotely.one *.app.remotely.one;
+ server_name app.example.com *.app.example.com;
location / {
proxy_pass http://localhost:5000;
proxy_http_version 1.1;