leafo.net/lapisのガイドに従って構成ファイルを作成しています。私config.moon
はアプリの最上位フォルダーにあり、次のようになります
config = require "lapis.config"
config "development", ->
port 5001
lapis build
またはを実行すると、日付スタンプが変更さlapis server
れていることがわかりますがnginx.conf.compiled
、ポート 8080 でリッスンしているため、構成が無視されているようです。
server {
listen 8080;
lua_code_cache off;
lapis server
したがって、そのポートに接続しようとして失敗します。私は何を逃したのですか?
アプリの構造:
.. (up a dir)
/home/sam/lapis-example/
▸ client_body_temp/
▸ fastcgi_temp/
▸ logs/
▸ proxy_temp/
▸ scgi_temp/
▸ uwsgi_temp/
app.moon
config.moon
mime.types
models.moon
nginx.conf
nginx.conf.compiled