We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1e9d3 commit 6afd4aaCopy full SHA for 6afd4aa
1 file changed
mt/psgi.yml
@@ -2,6 +2,6 @@ version: "3"
2
services:
3
mt:
4
restart: always
5
- command: "${PLACKUP:-./plackup-mt -E production -L Shotgun --port=80 --workers=2 --pid=/tmp/mt.psgi.pid} /var/www/cgi-bin/mt/mt.psgi"
+ command: "${PLACKUP:-/usr/local/lib/mt/bin/plackup-mt -E production -L Shotgun --port=80 --workers=2 --pid=/tmp/mt.psgi.pid} /var/www/cgi-bin/mt/mt.psgi"
6
volumes:
7
- - "./plackup-mt:/var/www/cgi-bin/mt/plackup-mt"
+ - "./plackup-mt:/usr/local/lib/mt/bin/plackup-mt"
0 commit comments