Saneamiento: Eliminación de servicios obsoletos (proxy, rustdesk)

This commit is contained in:
Ricardo Monla
2026-02-15 22:17:49 -03:00
parent c865a7772b
commit 7fe5041088
83 changed files with 70147 additions and 362 deletions
+4
View File
@@ -0,0 +1,4 @@
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;