mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
set documentroot to /dev/null
This commit is contained in:
parent
1f72739447
commit
0801f05450
@ -1,5 +1,6 @@
|
||||
|
||||
<VirtualHost *:80>
|
||||
# The DocumentRoot is set by fabric
|
||||
DocumentRoot /dev/null
|
||||
ServerName plinth
|
||||
|
||||
@ -11,7 +12,8 @@
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:443>
|
||||
DocumentRoot /home/james/src/plinth/static
|
||||
# The DocumentRoot is set by fabric
|
||||
DocumentRoot /dev/null
|
||||
ServerName plinth
|
||||
|
||||
SSLEngine on
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user