Add services used in example Nextcloud file.

This commit is contained in:
Hyperling 2025-01-04 09:52:25 -07:00
parent 7b057765fe
commit 79a8549a42

View File

@ -13,3 +13,13 @@ upstream example-git-site {
#server 127.0.0.1:3000;
server hyperling.com;
}
upstream example-cloud {
#server 127.0.0.1:8081;
server hyperling.com;
}
upstream example-office-http {
#server 127.0.0.1:8082;
server hyperling.com;
}