mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
17 lines
388 B
Plaintext
17 lines
388 B
Plaintext
<VirtualHost diaspora.localhost>
|
|
ServerName diaspora.localhost
|
|
|
|
DocumentRoot "/var/lib/diaspora/public/"
|
|
|
|
<Location "/">
|
|
ProxyPass "unix:/var/run/diaspora/diaspora.sock|http://localhost/"
|
|
</Location>
|
|
|
|
<Location "/assets">
|
|
ProxyPass !
|
|
</Location>
|
|
|
|
<Directory /var/lib/diaspora/public/>
|
|
Require all granted
|
|
</Directory>
|
|
</VirtualHost> |