文件名称:apache-to-nginx:Apache配置文件的简单脚本转换为Ngix conf
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-17 07:32:11
JavaScript
apache-to-nginx 将Apache配置文件的简单脚本转换为Ngix conf。 安装 $ [sudo] npm install -g apache-to-nginx 用法 参数 $ apache-to-nginx < apache> < nginx> < template> 例子 # generate configuration file with default template (PHP-FPM) $ apache-to-nginx /etc/apache2/sites-available/example.com.conf /etc/nginx/site-available # generate configuration file with custom template $ a
【文件预览】:
apache-to-nginx-master
----.gitignore(526B)
----package.json(899B)
----main.js(1KB)
----bin()
--------index(46B)
----default.tpl(934B)
----LICENSE(1KB)
----README.md(2KB)