Update Apache configuration to change DocumentRoot to /var/www/html
This commit is contained in:
parent
e130e468b3
commit
e135b634ff
3 changed files with 3 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
<VirtualHost _default_:443>
|
||||
ServerAdmin webmaster@localhost
|
||||
|
||||
DocumentRoot /app
|
||||
DocumentRoot /var/www/html
|
||||
|
||||
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
|
||||
# error, crit, alert, emerg.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue