mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
29fb134633
This sorts out HTTP servers, hopefully. Adaptation for systemd and documentation are still required
34 lines
773 B
Text
34 lines
773 B
Text
# Nextcloud News protocol
|
|
<Location "/index.php/apps/news/api">
|
|
Include "/etc/arsse/apache/arsse-fcgi.conf"
|
|
</Location>
|
|
|
|
# Tiny Tiny RSS protocol
|
|
<Location "/tt-rss/api">
|
|
Include "/etc/arsse/apache/arsse-fcgi.conf"
|
|
</Location>
|
|
|
|
# Tiny Tiny RSS feed icons
|
|
<Location "/tt-rss/feed-icons">
|
|
Include "/etc/arsse/apache/arsse-fcgi.conf"
|
|
</Location>
|
|
|
|
# Fever protocol
|
|
<Location "/fever">
|
|
Include "/etc/arsse/apache/arsse-fcgi.conf"
|
|
</Location>
|
|
|
|
# Miniflux protocol
|
|
<Location "/v1">
|
|
Include "/etc/arsse/apache/arsse-fcgi.conf"
|
|
</Location>
|
|
|
|
# Miniflux version number
|
|
<Location "/version">
|
|
Include "/etc/arsse/apache/arsse-fcgi.conf"
|
|
</Location>
|
|
|
|
# Miniflux "health check"
|
|
<Location "/healthcheck">
|
|
Include "/etc/arsse/apache/arsse-fcgi.conf"
|
|
</Location>
|