問題タブ [openresty]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
nginx - openresty docker を起動できません
個人用 Mac および Docker digitalocean ドロップレットで openresty docker ( https://github.com/3scale/docker-openresty ) を起動しようとすると、エラーが発生します。
構成:
1) Dockerfile
2) Openresty.conf
3) config/nginx.conf
起動方法:
結果:
http - OpenResty POST の問題
POST リクエストを受け入れるページを jQuery 経由で実行すると、OpenResty エラーが発生します。
25031#0: *237 client sent invalid method while reading client pipelined request line, client: <snip>, server: <snip>, request: "name=&gamemode=&plugname=&port="
理由はわかりません。さらに情報が必要な場合は、お尋ねください。
nginx - Compile Lua scripts used on OpenResty
I'm currently using OpenResty + Lua for several projects, and I like the flexibility that Lua gives me, in fact I wrote some micro-web apps directly in Lua scripts, that are served by Nginx-OpenResty.
But, if I want to distribute the web app, obviously the Lua code should be either "plain" or, at least, slightly obfuscated. Instead, considering that LuaJIT that I'm currently using compiles Lua to native code, is it possible to pre-compile all Lua scripts as native code (not lua .o object files), and load them in OpenResty, instead of direct .lua source files?
nginx - Lua を Redis で使用するには?
OpenResty バンドルで Lua+nginx を使用しています。しかし、Lua スクリプトを Redis に接続しようとすると問題が発生し、正常に接続できません。私は多くのリンクやブログを調べてきましたが、最終的には常に失敗します. これは私が試しているコードのスニペットです。
nginx - Nginx で Redis にキー/値を追加する
特に別のサーバーでプロキシされている画像ではなく、画像に対して行われたリクエストをリストに保存するために、nginxからredisと通信したいと思います。
redis2_query
コマンドを使用するために、OpenRestyをインストールしましたredis2_pass
。
これが私のnginx構成です:
私が行うすべてのリクエストは整数を返し、私が理解しているようredis2_pass
に、クエリの結果を返します。この結果を返さずにクエリを実行する方法はありますか?
とを削除するredis2_query
とredis2_pass
、画像が正しく表示されます。
よろしくお願いします。
nginx - NGINX Openresty - アクセスログ形式 - 出力を揃える
プロジェクトで NGINX Openresty (バージョン 1.4.3.4) を使用していますが、アクセス ログを整列させることができるかどうか疑問に思っていました。
これから:
このように見える
私が現在私の設定に持っているのはこれです:
ありがとう。