2023-07-09 16:02:47 -07:00
|
|
|
# Local servers for everything related to `example.com`.
|
|
|
|
# If specific ports are needed they will go here instead of the `conf.d` file(s).
|
|
|
|
|
2025-01-01 22:04:41 +00:00
|
|
|
# NOTE: 'server hyperling.com;' is used so that the file works in production,
|
|
|
|
# it is not part of the example, the commented value is what's important.
|
|
|
|
|
2023-07-09 16:02:47 -07:00
|
|
|
upstream example-proxy-site {
|
|
|
|
#server 127.0.0.1:8080;
|
|
|
|
server hyperling.com;
|
|
|
|
}
|
2025-01-01 22:04:41 +00:00
|
|
|
|
|
|
|
upstream example-git-site {
|
|
|
|
#server 127.0.0.1:3000;
|
|
|
|
server hyperling.com;
|
|
|
|
}
|
2025-01-04 09:52:25 -07:00
|
|
|
|
|
|
|
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;
|
|
|
|
}
|