|
@@ -194,20 +194,20 @@ go build -o nginx-ui -v main.go
|
|
**Install and Upgrade**
|
|
**Install and Upgrade**
|
|
|
|
|
|
```shell
|
|
```shell
|
|
-bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) @ install
|
|
|
|
|
|
+bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) install
|
|
```
|
|
```
|
|
The default listening port is 9000, and the default HTTP Challenge port is 9180. If there is a port conflict, please modify `/usr/local/etc/nginx-ui/app.ini` manually, then use `systemctl restart nginx-ui` to reload the Nginx UI service.
|
|
The default listening port is 9000, and the default HTTP Challenge port is 9180. If there is a port conflict, please modify `/usr/local/etc/nginx-ui/app.ini` manually, then use `systemctl restart nginx-ui` to reload the Nginx UI service.
|
|
|
|
|
|
**Remove Nginx UI, except configuration and database files**
|
|
**Remove Nginx UI, except configuration and database files**
|
|
|
|
|
|
```shell
|
|
```shell
|
|
-bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) @ remove
|
|
|
|
|
|
+bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) remove
|
|
```
|
|
```
|
|
|
|
|
|
### More Usage
|
|
### More Usage
|
|
|
|
|
|
````shell
|
|
````shell
|
|
-bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) @ help
|
|
|
|
|
|
+bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) help
|
|
````
|
|
````
|
|
|
|
|
|
## Example of Nginx Reverse Proxy Configuration
|
|
## Example of Nginx Reverse Proxy Configuration
|