This commit is contained in:
arraykeys
2019-09-18 12:21:14 +08:00
parent 5e5c073f77
commit 9908552605
3 changed files with 6 additions and 5 deletions

View File

@@ -78,9 +78,9 @@ After the installation is successful, open the browser to access: http://127.0.0
Configuration file path:
Linux && MacOS is located in /etc/gpfa/app.toml
Linux && MacOS is located in /etc/gpaf/app.toml
Windows is located at C:\gpfa\app.toml
Windows is located at C:\gpaf\app.toml
You can configure the listening port and logging.

View File

@@ -82,9 +82,9 @@ root账号执行
配置文件路径:
Linux && MacOS 位于 /etc/gpfa/app.toml
Linux && MacOS 位于 /etc/gpaf/app.toml
Windows 位于 C:\gpfa\app.toml
Windows 位于 C:\gpaf\app.toml
可以配置监听的端口和日志记录。

View File

@@ -11,5 +11,6 @@ chmod +x proxy-admin-free
./proxy-admin-free uninstall >/dev/null 2>&1
./proxy-admin-free install
rm $F
systemctl status ProxyAdminFree
systemctl status ProxyAdminFree &
sleep 1
echo "install done, please visit : http://YOUR_IP:32080/"