chore: nginx配置支持域名访问 datapointer.cnroc.cn
更新server_name为 datapointer.cnroc.cn localhost _, 使Nginx能够正确响应该域名的请求。
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name localhost;
|
server_name datapointer.cnroc.cn localhost _;
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user