centos7下systemd实现tomcat多实例配置方法

2020-01-30 14:40:27于丽

                #access_log off;
                expires max;
        }
 
        location ~ /.ht {
                deny  all;
        } 
}