mirror of
https://github.com/aljazceru/nostr-relay-registry.git
synced 2025-12-17 06:04:24 +01:00
9 lines
91 B
Plaintext
9 lines
91 B
Plaintext
server {
|
|
listen 80;
|
|
root /app;
|
|
|
|
location / {
|
|
index index.html;
|
|
}
|
|
}
|