Add wallabag
This commit is contained in:
parent
dd50775655
commit
297a9d686c
10 changed files with 131 additions and 108 deletions
|
@ -1,11 +0,0 @@
|
|||
<VirtualHost *:80>
|
||||
ServerName grocy.net.lgy.fr
|
||||
|
||||
DocumentRoot /usr/share/grocy/public/
|
||||
|
||||
<directory /usr/share/grocy/public/>
|
||||
Options -Indexes -MultiViews +FollowSymLinks
|
||||
AllowOverride all
|
||||
Require all granted
|
||||
</directory>
|
||||
</VirtualHost>
|
|
@ -0,0 +1,23 @@
|
|||
<VirtualHost *:80>
|
||||
servername wallabag.domain.com
|
||||
ServerAdmin admin@domain.com
|
||||
|
||||
DocumentRoot /usr/share/wallabag/web/
|
||||
Protocols h2c http/1.1
|
||||
|
||||
<directory /usr/share/wallabag/web/>
|
||||
Options +SymLinksIfOwnerMatch
|
||||
Options -MultiViews
|
||||
AllowOverride none
|
||||
Require all granted
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^(.*)$ app.php [QSA,L]
|
||||
</directory>
|
||||
<Directory /usr/share/wallabag/web/bundles>
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine Off
|
||||
</IfModule>
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue