Init Commit

This commit is contained in:
root
2025-10-10 16:24:31 +00:00
parent 1bdb0e552c
commit b6203cad9b
15 changed files with 416 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
server {
listen 443 ssl;
include ssl.conf;
server_name legacy.fet.at;
set $proxy_host 192.168.249.5;
set $proxy_port 3333;
include internal_proxy.conf;
}