mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2026-02-11 09:10:26 +00:00
Merge pull request #36 from alicecoordinator/remove-obsolete-config
Remove obsolete nginx configuration for nostr
This commit is contained in:
@ -75,14 +75,6 @@ server {
|
|||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /nostr {
|
|
||||||
proxy_pass http://127.0.0.1:7777;
|
|
||||||
proxy_http_version 1.1;
|
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
|
||||||
proxy_set_header Connection "Upgrade";
|
|
||||||
proxy_set_header Host $host;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /relay {
|
location /relay {
|
||||||
proxy_pass http://127.0.0.1:7778;
|
proxy_pass http://127.0.0.1:7778;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user