All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.afu.utils.component.nginx.Nginx Maven / Gradle / Ivy

The newest version!
package io.afu.utils.component.nginx;

public class Nginx {

    private String nginxPath = "/usr/local/nginx";

    private String nginxInstallType = "compile"; // 如果是yum 则是从源安装而非编译安装,如果贪图方便建议源安装如果需要安全以及简单需要compile安装




}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy