mirror of
https://github.com/aljazceru/nostr-relay-registry.git
synced 2025-12-17 06:04:24 +01:00
fix: use correct paths in nginx conf
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
root /app/public;
|
||||
root /app;
|
||||
|
||||
location / {
|
||||
index index.html;
|
||||
|
||||
Reference in New Issue
Block a user