LoginSignup
3
2

More than 3 years have passed since last update.

Herokuで独自のnginx.configやphp.iniを使う

Last updated at Posted at 2019-12-05

カルネージハート Advent Calendar 2019 2日目の記事です。

前回同様Laravel Herokuで作っているEuropaに関する小ネタです。

Herokuで独自のnginx.config・php.iniを使う

Procfileに以下のように記述をしてください。
なおProcfileと同じディレクトリにcustom_php.ininginx_custom.configがある想定です。

web: vendor/bin/heroku-php-nginx -i custom_php.ini -C nginx_custom.config 

これだけで独自のnginx.config・php.iniが使えます。

一時期Europaでは動画アップロード機能も搭載しており、そのために独自のnginx.configとphp.iniを使う必要がありました。
今はその機能はありません

参考

Customizing Web Server and Runtime Settings for PHP

最後に

事実上の最新作EXAが2010年に発売以降続編の情報が皆無ですが、一部の熱狂的ファンは大会を開催してゲームを続けています。ゲームを盛り上げることで続編も出るかもしれません。カルネジスト、ネジらーの皆様のご協力をお願いします!

カルネージハートファンのプログラミング知識を共有しましょう!

主人公機のアグリオスでお茶を濁します。
ezgif-2-8cf1e726a576.gif

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2