We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dc529 commit 126b4aeCopy full SHA for 126b4ae
web/update.sh
@@ -2,6 +2,15 @@ PHYRE_PHP=/usr/local/phyre/php/bin/php
2
3
4
5
+printf "Updating the panel...\n"
6
+wget https://raw.githubusercontent.com/PhyreApps/PhyrePanelNGINX/main/compilators/debian/nginx/nginx.conf -O /usr/local/phyre/nginx/conf/nginx.conf
7
+
8
+mkdir -p /usr/local/phyre/ssl
9
+cp /usr/local/phyre/web/server/ssl/phyre.crt /usr/local/phyre/ssl/phyre.crt
10
+cp /usr/local/phyre/web/server/ssl/phyre.key /usr/local/phyre/ssl/phyre.key
11
12
+systemctl restart phyre
13
+systemctl status phyre
14
15
printf "Updating the database...\n"
16
$PHYRE_PHP artisan migrate
0 commit comments