---
owner: gmikcon
status: active
last_reviewed: 2026-05-09
review_interval: 90d
confidence: medium
source_of_truth: owner-confirmed
---

# Public gnexus.space Traffic To Internal nginx

This route describes the main public traffic path into the local infrastructure.

## Route

```text
Internet
  -> gnexus.space
  -> external VPS
  -> VPN tunnel
  -> internal VPS
  -> nginx
  -> target VPS or internal machine
  -> target service
```

## Exposure

- Exposure: public.
- Public-facing entry: external VPS.
- Internal routing: VPN tunnel to internal VPS.
- Proxy layer: nginx.

## Purpose

The route lets public traffic terminate on an external VPS and then pass into selected internal services through a VPN tunnel. The internal nginx proxy decides which target VPS or machine receives the request.

## Unknowns

- External VPS hostname and provider.
- VPN technology and tunnel addresses.
- Internal VPS identity.
- nginx configuration location.
- Mapping of hostnames to target services.
