Add tt-rss
joplin 2.7.13
This commit is contained in:
parent
ef983cadf9
commit
f6b3822e95
11 changed files with 111 additions and 2 deletions
|
@ -0,0 +1,12 @@
|
|||
<VirtualHost *:80>
|
||||
servername tt-rss.domain.com
|
||||
|
||||
DocumentRoot /usr/share/tt-rss/
|
||||
Protocols h2c http/1.1
|
||||
|
||||
<directory /usr/share/tt-rss/>
|
||||
Options -Indexes -MultiViews +FollowSymLinks
|
||||
AllowOverride all
|
||||
Require all granted
|
||||
</directory>
|
||||
</VirtualHost>
|
Loading…
Add table
Add a link
Reference in a new issue