fix path for apache2
This commit is contained in:
parent
db0c449520
commit
8fb912a938
@ -25,10 +25,10 @@ chmod -R 755 /var/www/html/linkstack
|
|||||||
cat <<EOF > /etc/apache2/sites-available/linkstack.conf
|
cat <<EOF > /etc/apache2/sites-available/linkstack.conf
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerAdmin webmaster@localhost
|
ServerAdmin webmaster@localhost
|
||||||
DocumentRoot /var/www/html/linkstack/linkstack
|
DocumentRoot /var/www/html/linkstack
|
||||||
ErrorLog /var/log/apache2/linkstack-error.log
|
ErrorLog /var/log/apache2/linkstack-error.log
|
||||||
CustomLog /var/log/apache2/linkstack-access.log combined
|
CustomLog /var/log/apache2/linkstack-access.log combined
|
||||||
<Directory /var/www/html/linkstack/linkstack>
|
<Directory /var/www/html/linkstack/>
|
||||||
Options Indexes FollowSymLinks
|
Options Indexes FollowSymLinks
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Require all granted
|
Require all granted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user