Files
nostr-relay-registry/nginx/conf.d/default.conf
Ricardo Arturo Cabral Mejia a1ce293daf fix: use correct paths in nginx conf
2022-02-13 20:13:59 +00:00

9 lines
91 B
Plaintext

server {
listen 80;
root /app;
location / {
index index.html;
}
}