This commit is contained in:
chenc 2023-11-30 10:36:21 +08:00
parent 133cc1e4f9
commit 068cf5bf25

View File

@ -67,6 +67,7 @@ lua_shared_dict my_limit_req_store1 100m;
######################## default ############################
server {
listen 80;
listen [::]:80
server_name _;
access_log /data/wwwlogs/access_nginx.log combined;
root /data/wwwroot/default;