### 配置访问:root、alias、error_page ```nginx server { listen 80; server_name localhost; # 访问 location ^~/abc { default_type text/plain; return 200 "Welcome Read More
posted @ 2023-08-30 12:05 PythonNew_Mr.Wang Views(200) Comments(0) Diggs(0)