„install.sh“ ändern
This commit is contained in:
parent
541c323fd9
commit
dd9ee71136
@ -5,13 +5,10 @@ git clone https://git.moelle.space/hxcde/mylinks.git
|
|||||||
cat <<EOF | grep 'b' | tee mylinks.conf
|
cat <<EOF | grep 'b' | tee mylinks.conf
|
||||||
foo
|
foo
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
|
|
||||||
ServerAdmin webmaster@localhost
|
ServerAdmin webmaster@localhost
|
||||||
DocumentRoot /var/www/html/mylinks/
|
DocumentRoot /var/www/html/mylinks/
|
||||||
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
EOF
|
EOF
|
||||||
mv mylinks.conf /etc/apache2/sites-available/
|
mv mylinks.conf /etc/apache2/sites-available/
|
||||||
|
Loading…
Reference in New Issue
Block a user