Create @robosats.org

This commit is contained in:
koalasat
2025-02-16 13:38:41 +01:00
parent ba9a7a2670
commit 0fe302a154

View File

@ -89,10 +89,6 @@ server {
default_type application/json;
}
location / {
return 301 https://learn.robosats.org$request_uri;
}
location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;