You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: preflight/10-boot-conf
+2-2
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ sed -i "s/PHABRICATOR_DAEMON_USER/$PHABRICATOR_DAEMON_USER/g" /etc/group
198
198
sed -i "s/PHABRICATOR_VCS_USER/$PHABRICATOR_VCS_USER/g" /etc/group
199
199
sed "s/__PHABRICATOR_VCS_USER__/$PHABRICATOR_VCS_USER/g" /etc/phabricator-ssh/sshd_config.phabricator.template > /etc/phabricator-ssh/sshd_config.phabricator
200
200
sed "s/__PHABRICATOR_VCS_USER__/$PHABRICATOR_VCS_USER/g" /etc/phabricator-ssh/phabricator-ssh-hook.sh.template > /etc/phabricator-ssh/phabricator-ssh-hook.sh
201
-
sed "s/__PHABRICATOR_WWW_USER__/nginx/g" /etc/php/7.4/fpm/php-fpm.conf.template > /etc/php/7.4/fpm/php-fpm.conf
201
+
sed "s/__PHABRICATOR_WWW_USER__/nginx/g" /etc/php/8.1/fpm/php-fpm.conf.template > /etc/php/8.1/fpm/php-fpm.conf
202
202
203
203
# Update supervisord so that it use rights users for services
204
204
sed -i "s/__PHABRICATOR_WWW_USER__/nginx/g" /app/supervisord.conf
0 commit comments