reorganize

This commit is contained in:
2025-10-27 14:43:57 +05:00
parent 51a3308f8c
commit 2cc3114b45
7 changed files with 0 additions and 27 deletions

View File

@@ -0,0 +1,8 @@
server {
listen 8080;
location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://localhost:13200;
}
}