mirror of
https://github.com/aljazceru/nostr-relay-registry.git
synced 2025-12-18 14:44:25 +01:00
chore: add nginx config
This commit is contained in:
12
nginx/conf.d/default.conf
Normal file
12
nginx/conf.d/default.conf
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
root /app;
|
||||||
|
include mime.types;
|
||||||
|
types {
|
||||||
|
application/wasm wasm;
|
||||||
|
}
|
||||||
|
|
||||||
|
location / {
|
||||||
|
index index.html;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user