|
@@ -102,11 +102,15 @@ URL:[https://demo.nginxui.com](https://demo.nginxui.com)
|
|
|
|
|
|
### Internationalization
|
|
|
|
|
|
+We proudly offer official support for:
|
|
|
+
|
|
|
- English
|
|
|
- Simplified Chinese
|
|
|
- Traditional Chinese
|
|
|
|
|
|
-We welcome translations into any language.
|
|
|
+As non-native English speakers, we strive for accuracy, but we know there’s always room for improvement. If you spot any issues, we’d love your feedback!
|
|
|
+
|
|
|
+Thanks to our amazing community, additional languages are also available! Explore and contribute to translations on [Weblate](https://weblate.nginxui.com).
|
|
|
|
|
|
### Built With
|
|
|
|
|
@@ -302,7 +306,7 @@ go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/sett
|
|
|
**Install and Upgrade**
|
|
|
|
|
|
```shell
|
|
|
-bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh) install
|
|
|
+bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/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,
|
|
@@ -311,13 +315,13 @@ then use `systemctl restart nginx-ui` to reload the Nginx UI service.
|
|
|
**Remove Nginx UI, except configuration and database files**
|
|
|
|
|
|
```shell
|
|
|
-bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh) remove
|
|
|
+bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove
|
|
|
```
|
|
|
|
|
|
### More Usage
|
|
|
|
|
|
````shell
|
|
|
-bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh) help
|
|
|
+bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ help
|
|
|
````
|
|
|
|
|
|
## Example of Nginx Reverse Proxy Configuration
|