8 lines
210 B
Plaintext
8 lines
210 B
Plaintext
location / { proxy_pass http://localhost:8384; }
|
|
# server {
|
|
# listen 8011;
|
|
# server_name localhost;
|
|
# location / {
|
|
# proxy_pass http://localhost:8384;
|
|
# }
|
|
# } |