desktop-vp94spb

This commit is contained in:
2023-12-28 14:40:13 -07:00
parent 59d2ef6e44
commit fa619af527
10 changed files with 181 additions and 53 deletions

View File

@ -0,0 +1,8 @@
location / { proxy_pass http://localhost:8384; }
# server {
# listen 8011;
# server_name localhost;
# location / {
# proxy_pass http://localhost:8384;
# }
# }