配置 NGINX 伺服器所需的唯一工具。
do.co/nginxconfig »
報告錯誤·請求功能
NGINX 不僅僅是一個網路伺服器。你可能已經知道了。
我們喜歡 NGINX,因為:
很多功能都有對應的設定指令。現在您可以深入研究 NGINX 文檔,或者您可以使用此工具來檢查 NGINX 的工作原理,觀察您的輸入如何影響輸出,並為您的特定用例產生最佳配置(同時您也可以使用文檔)。
GOTO
do.co/nginxconfig
功能: HTTPS、HTTP/2、IPv6、certbot、HSTS、安全標頭、SSL 設定檔、OCSP 解析器、快取、gzip、brotli、後備路由、反向代理、www/非www 重定向、CDN、PHP( TCP/socket、 WordPress、Drupal、Magento、Joomla)、Node.js 支援、Python (Django) 伺服器等。
馬特 (IPv4) 考利 <[email protected]> (https://mattcowley.co.uk)
Bálint Szekeres <[email protected]> (https://balint.szekeres.me)
克隆儲存庫
git clone https://github.com/digitalocean/nginxconfig.io.git
安裝 NPM 套件
npm ci
運行開發伺服器(使用文件觀察器)
npm run dev
開啟開發站點localhost:8080
檢查程式碼(eslint 和 stylelint)
npm test
為生產構建(到dist
目錄)
npm run build
正是貢獻使開源社群成為學習、啟發和創造的絕佳場所。我們非常感謝您所做的任何貢獻。
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)如果這個專案對你有幫助的話就給個️吧!
版權所有 © 2020 DigitalOcean, Inc <[email protected]> (https://www.digitalocean.com)。
該專案已獲得 MIT 許可。