io.afu.utils.component.nginx.Nginx Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils Show documentation
Show all versions of utils Show documentation
RffanLAB Utils For Many Way use
The newest version!
package io.afu.utils.component.nginx;
public class Nginx {
private String nginxPath = "/usr/local/nginx";
private String nginxInstallType = "compile"; // 如果是yum 则是从源安装而非编译安装,如果贪图方便建议源安装如果需要安全以及简单需要compile安装
}