mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
set documentroot to /dev/null
This commit is contained in:
parent
1bdf38f470
commit
130ca2e436
@ -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