renamed to wireguard server

This commit is contained in:
2024-03-11 18:20:51 -05:00
parent 2802812769
commit a1b766e21c
25 changed files with 44 additions and 1512 deletions

View File

@@ -1,8 +0,0 @@
## Headers
proxy_set_header Host $host;
proxy_set_header X-Original-URL $scheme://$http_host$request_uri;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-Uri $request_uri;
proxy_set_header X-Forwarded-Ssl on;
proxy_set_header X-Forwarded-For $remote_addr;