plack ã使ã£ã¦ã¦ããµã¼ãã®ãµããã©ã«ããéåããã¦åãããããã£ã¦äºããã¾ã«ãããã ãã©ããããªå ´å nginx ã®è¨å®ã§ãªãã¼ã¹ãããã·ã«æ¸¡ãã£ã¦äºãããã¾ãã location /foo { try_files $uri $uri.html $uri/index.html @proxy-foo; } location @proxy-foo { proxy_pass http://localhost:5000; proxy_set_header Host $http_host; } ãã®å ´åãé常㮠Plack ã¢ããªã±ã¼ã·ã§ã³ã 㨠/ ãã¢ããªã±ã¼ã·ã§ã³ã«ã¼ãã«ãªã£ã¦ããã®ã§404ã«ãªã£ã¦ãã¾ãããã£ã¦ app.psgi ã¨ã¯å¥ã« !perl use strict; use warnings; use Plack::Builder; use Plack::Util; builde

{{#tags}}- {{label}}
{{/tags}}