mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-22 06:13:49 -07:00
Updated foundryvtt.subdomain.conf.sample with details on how to configure Foundry itself
This commit is contained in:
parent
1bfd63b5fc
commit
4a3253d685
1 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
||||||
## Version 2021/06/05
|
## 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 {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue