This commit is contained in:
2023-06-03 16:53:28 -07:00
parent 63276d53aa
commit 7867460846
4 changed files with 19 additions and 13 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;
# }
# }