从端口80到其他端口的nginx代理
我的目标是将http://localhost/web1redirect到http://localhost:5000/ 。 我是nginx新手,日志给了我。 localhost:5000正在运行。 如果它可能是问题的一部分(nginx:阿尔派),我在docker上运行它? $curl localhost:5000 <!DOCTYPE html> <html> <head> <title>Welcome to nginx!</title> <style> body { width: 35em; margin: 0 auto; font-family: Tahoma, Verdana, Arial, sans-serif; } </style> </head> <body> <h1>Welcome to nginx!</h1> <p>If you see this page, the nginx web server is successfully installed and working. Further configuration is required.</p> <p>For online documentation […]