Skip to content

Commit 8fa707f

Browse files
author
Kristan Kenney
committed
Merge branch 'develop/docs' into release
2 parents 8e399f2 + f0d9d46 commit 8fa707f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If you've run into a problem, [file a new issue report via GitHub](https://githu
7171

7272
Contributions
7373
=============================
74-
If you would like to contribute to the project, please [read our Contribution Guidelines](https://github.com/hestiacp/hestiacp/blob/master/CONTRIBUTING.md) for a brief overview of our development process and standards.
74+
If you would like to contribute to the project, please [read our Contribution Guidelines](https://github.com/hestiacp/hestiacp/blob/release/CONTRIBUTING.md) for a brief overview of our development process and standards.
7575

7676
Copyright
7777
=============================
@@ -87,4 +87,4 @@ Copyright
8787

8888
License
8989
=============================
90-
Hestia Control Panel is licensed under [GPL v3](https://github.com/hestiacp/hestiacp/blob/master/LICENSE) license, and is based on the [VestaCP](https://www.vestacp.com/) project.<br>
90+
Hestia Control Panel is licensed under [GPL v3](https://github.com/hestiacp/hestiacp/blob/release/LICENSE) license, and is based on the [VestaCP](https://www.vestacp.com/) project.<br>

install/upgrade/manual/migrate_mpm_event.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if ! lsof -Pi :9000 -sTCP:LISTEN -t >/dev/null; then
5454
sed -i "s/listen = 127.0.0.1:.*/listen = 127.0.0.1:9000/g" /etc/php/7.3/fpm/pool.d/www.conf
5555
else
5656
# Copy www.conf file
57-
cp -f $HESTIA_INSTALL_DIR/php-fpm/www.conf /etc/php/7.3/fpm/pool.d/
57+
cp -f /usr/local/hestia/install/deb/php-fpm/www.conf /etc/php/7.3/fpm/pool.d/
5858
fi
5959
# Restart php7.3 fpm service.
6060
systemctl restart php7.3-fpm

0 commit comments

Comments
 (0)