- 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.
推薦閱讀
- Java EE 6 企業級應用開發教程
- Java面向對象思想與程序設計
- 深入淺出Spring Boot 2.x
- Django Design Patterns and Best Practices
- Oracle Database 12c Security Cookbook
- Haxe Game Development Essentials
- Learning Probabilistic Graphical Models in R
- Creating Data Stories with Tableau Public
- 區塊鏈項目開發指南
- jQuery for Designers Beginner's Guide Second Edition
- Practical GIS
- ASP.NET Core and Angular 2
- 深入理解MySQL主從原理
- Visual C++ 開發從入門到精通
- TensorFlow.NET實戰