server { listen 80; server_name app1.example.com; location / { proxy_pass http://example.com/app1/$request_uri; } } 如果用户未登录,我的应用程序将重定向 ...
確定! 回上一頁