update
This commit is contained in:
parent
5bb1b3e626
commit
7d97d63570
2 changed files with 6 additions and 0 deletions
|
@ -62,3 +62,6 @@ ln -s /etc/nginx/sites-available/alphaxpanel.conf /etc/nginx/sites-enabled/alpha
|
|||
|
||||
# Restart NGINX
|
||||
systemctl restart nginx
|
||||
|
||||
mkdir -p /usr/local/alpha-x-panel/web
|
||||
cp -r $MAIN_DIR/web/* /usr/local/alpha-x-panel/web
|
||||
|
|
3
web/index.php
Normal file
3
web/index.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
echo "Hello World!";
|
||||
?>
|
Loading…
Add table
Reference in a new issue