mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Updated Makefile to reflect Apache config changes.
This commit is contained in:
parent
c61e73245a
commit
04d9abfba6
7
Makefile
7
Makefile
@ -95,12 +95,7 @@ current-repository.tar.gz: $(ALL_BUT_GZ)
|
|||||||
tar cz $(EXCLUDE) * .git > current-repository.tar.gz
|
tar cz $(EXCLUDE) * .git > current-repository.tar.gz
|
||||||
|
|
||||||
apache-config: apache-ssl
|
apache-config: apache-ssl
|
||||||
cp support/apache/sites-available/plinth.conf /etc/apache/sites-available/plinth.conf
|
cp share/apache/plinth.conf /etc/apache/sites-available/plinth.conf
|
||||||
cp support/apache/plinth-ports.conf /etc/apache/plinth-ports.conf
|
|
||||||
# include plinth's ports if necessary.
|
|
||||||
ifeq ($(shell grep 'plinth-ports.conf' /etc/apache2/ports.conf), "")
|
|
||||||
echo "Include plinth-ports.conf" >> /etc/apache2/ports.conf
|
|
||||||
endif
|
|
||||||
a2ensite plinth
|
a2ensite plinth
|
||||||
|
|
||||||
apache-ssl:
|
apache-ssl:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user