16 lines
642 B
Markdown
16 lines
642 B
Markdown
# nginx Configuration
|
|
|
|
This directory contains version-controlled nginx configuration for Atlas.
|
|
|
|
`atlas-default.conf` is the temporary default HTTP site. It serves a small static status page from `/var/www/atlas` and exposes `/health` for local validation.
|
|
|
|
Deployment locations:
|
|
|
|
- Source configuration: `config/nginx/atlas-default.conf`
|
|
- Live configuration: `/etc/nginx/sites-available/atlas-default.conf`
|
|
- Enabled site: `/etc/nginx/sites-enabled/atlas-default.conf`
|
|
- Static content: `/var/www/atlas`
|
|
- Health check: `/health`
|
|
|
|
Do not store TLS private keys, live certificates, secrets, or PlotDirector-specific proxy credentials here.
|