diff options
Diffstat (limited to 'host/Rory-nginx/services/matrix/appsettings.matrix-rory-gay.json')
-rw-r--r-- | host/Rory-nginx/services/matrix/appsettings.matrix-rory-gay.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/matrix/appsettings.matrix-rory-gay.json b/host/Rory-nginx/services/matrix/appsettings.matrix-rory-gay.json new file mode 100644 index 0000000..5ce983f --- /dev/null +++ b/host/Rory-nginx/services/matrix/appsettings.matrix-rory-gay.json @@ -0,0 +1,17 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Information", + "Microsoft.AspNetCore.Routing": "Warning", + "Microsoft.AspNetCore.Mvc": "Warning" + } + }, + "ProxyConfiguration": { + "Upstream": "http://matrix-rory-gay.localhost", + "Host": "matrix.rory.gay", + "TrustedServers": [ + "rory.gay" + ] + } +} \ No newline at end of file |