diff --git a/data/etc/apache2/conf-available/diaspora-plinth.conf b/data/etc/apache2/conf-available/diaspora-plinth.conf index a59aa8a18..3a22aaf26 100644 --- a/data/etc/apache2/conf-available/diaspora-plinth.conf +++ b/data/etc/apache2/conf-available/diaspora-plinth.conf @@ -1,10 +1,17 @@ - - ProxyPass "unix:/var/run/diaspora/diaspora.sock|http://localhost" - + + ServerName diaspora.localhost -# TODO This is temporary. Remove this - - ProxyPass "unix:/var/run/diaspora/diaspora.sock|http://freedombox/podmin" - + DocumentRoot "/var/lib/diaspora/public/" -Alias "/assets" "/usr/share/diaspora/public/assets" \ No newline at end of file + + ProxyPass "unix:/var/run/diaspora/diaspora.sock|http://localhost/" + + + + ProxyPass ! + + + + Require all granted + + \ No newline at end of file