ketr.photos/server/production.location
James Ketrenos 67808d83fe Docker react app loading.
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2023-01-15 19:50:40 -08:00

6 lines
137 B
Plaintext

# PRODUCTION -- pre-built source
location /identities {
try_files $uri $uri/ =404;
alias /website/client/build;
index index.html;
}