We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9554b70 commit d5341c6Copy full SHA for d5341c6
docs/user_manual/websites/openresty.md
@@ -72,5 +72,12 @@
72
73
模块配置发生变化后,需要点击【构建】按钮以应用配置,构建成功后会自动重启 OpenResty。
74
75
+
76
+!!! note ""
77
78
+ 如果自定义构建模块,需要将模块的源码包放在 /opt/1panel/apps/openresty/openresty/build/tmp 目录下 (/opt 是 1Panel 的安装目录)
79
+ 参数类似 --add-module=/tmp/nginx-rtmp-module (必须是 /tmp)
80
+ 脚本参考 unzip -o /tmp/nginx-rtmp-module.zip -d /tmp (必须是 /tmp)
81
82

83
{: .browser-mockup}
0 commit comments