You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script installs OpenResty into an isolated folder in your home directory (`~/openresty-install`). The configuration file is located at: `~/openresty-install/usr/local/openresty/nginx/conf/nginx.conf`.
46
31
47
32
**Note:** The build script automatically configures the server to listen on port **8080**, so you can start it immediately without manual configuration changes.
48
33
@@ -82,7 +67,4 @@ openresty -s reload
82
67
openresty -s stop
83
68
```
84
69
85
-
86
-
**Note:** All native files are located within your home directory (`~/openresty-install/`), completely independent of the standard Termux prefix or any PRoot environment.
87
-
88
-
Running OpenResty natively turns your Android device into a high-performance web server and Lua gateway without any extra layers. Check out the [repository](https://github.com/joaothallis/termux-openresty) for more details and to contribute!
70
+
Running OpenResty natively turns your Android device into a high-performance web server and Lua gateway without any extra layers. Check out the [repository](https://github.com/joaothallis/termux-openresty) for more details!
0 commit comments