1
0
ketr.chat/server/production.location
James Ketrenos 3e5d4b0cbf Project seeded
Signed-off-by: James Ketrenos <james@ketrenos.com>
2023-03-30 10:49:31 -07:00

7 lines
131 B
Plaintext

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