- NGINX Cookbook
- Tim Butler
- 108字
- 2021-07-03 00:04:19
Testing
Regardless of your installation method, once you have NGINX up and running, you should be able to browse to it via the IP address and/or Fully Qualified Domain Name (FQDN) and see something very similar to what is shown here:

Default NGINX page
To start, stop, and restart NGINX (if installed using official binaries), you can use the standard Linux init systems. There's a very slight variance between the different OS versions, so it's important to ensure you're using the correct command for the correct variant.
As Ubuntu switched to systemd as the default init system from 15.04, make sure you double check the version you're using.
推薦閱讀
- 大學計算機基礎(第二版)
- Python程序設計教程(第2版)
- 潮流:UI設計必修課
- Beginning Java Data Structures and Algorithms
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- 實戰Java程序設計
- Java編程指南:基礎知識、類庫應用及案例設計
- 營銷數據科學:用R和Python進行預測分析的建模技術
- 正則表達式經典實例(第2版)
- Learning Apache Karaf
- The Professional ScrumMaster’s Handbook
- Python3.5從零開始學
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- App Inventor少兒趣味編程動手做
- Java EE架構設計與開發實踐