diff --git a/conf/nginx.conf b/conf/nginx.conf index edc4c3d..0a2c2a5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -14,7 +14,7 @@ location __PATH__/ { location = __PATH__/ { default_type text/plain; - return 200 "This is where iStandard Notes - Syncing Server is installed."; + return 200 "This is where Standard Notes - Syncing Server is installed."; } location __PATH__/help/ {