From 4a3253d685cd5a7c3df03c90e8505adb72c8dd0c Mon Sep 17 00:00:00 2001 From: Stephen Donaghy Date: Sat, 5 Jun 2021 19:42:44 +0100 Subject: [PATCH] Updated foundryvtt.subdomain.conf.sample with details on how to configure Foundry itself --- foundryvtt.subdomain.conf.sample | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/foundryvtt.subdomain.conf.sample b/foundryvtt.subdomain.conf.sample index 92b948f..6999fec 100644 --- a/foundryvtt.subdomain.conf.sample +++ b/foundryvtt.subdomain.conf.sample @@ -1,5 +1,14 @@ ## Version 2021/06/05 -# make sure that your dns has a cname set for foundryvtt +# make sure that your dns has a cname set for foundryvtt +# Ensure that your Foundry VTT's {userData}/Config/options.json file is configured as follows: +# "hostname": "your.hostname.com", +# "routePrefix": null, +# "sslCert": null, +# "sslKey": null, +# "port": 30000, +# "proxyPort": 443, +# "proxySSL": true +# Refer to https://foundryvtt.com/article/nginx/ for the latest Foundry configuration information server { listen 443 ssl;