Improve the foundryvtt service #97

Manually merged
tlater merged 2 commits from tlater/improve-foundry into master 2024-03-13 01:43:56 +00:00
Showing only changes of commit f8789ee4d0 - Show all commits

View file

@ -12,6 +12,8 @@ in {
enable = true; enable = true;
hostName = domain; hostName = domain;
minifyStaticFiles = true; minifyStaticFiles = true;
proxySSL = true;
proxyPort = 443;
}; };
# Want to start it manually when I need it, not have it constantly # Want to start it manually when I need it, not have it constantly