forked from FreshRSS/FreshRSS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request FreshRSS#2220 from FreshRSS/dev
FreshRSS 1.13.1
- Loading branch information
Showing
57 changed files
with
428 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
<IfModule !deflate_module> | ||
LoadModule deflate_module modules/mod_deflate.so | ||
</IfModule> | ||
<IfModule !expires_module> | ||
LoadModule expires_module modules/mod_expires.so | ||
</IfModule> | ||
<IfModule !headers_module> | ||
LoadModule headers_module modules/mod_headers.so | ||
</IfModule> | ||
<IfModule !mime_module> | ||
LoadModule mime_module modules/mod_mime.so | ||
</IfModule> | ||
<IfModule !rewrite_module> | ||
LoadModule rewrite_module modules/mod_rewrite.so | ||
</IfModule> | ||
|
||
ServerName freshrss.localhost | ||
Listen 0.0.0.0:80 | ||
DocumentRoot /var/www/FreshRSS/p/ | ||
CustomLog /dev/stdout combined | ||
ErrorLog /dev/stderr | ||
AllowEncodedSlashes On | ||
|
||
<Directory /> | ||
AllowOverride None | ||
Options FollowSymLinks | ||
Require all denied | ||
</Directory> | ||
|
||
<Directory /var/www/FreshRSS/p> | ||
AllowOverride AuthConfig FileInfo Indexes Limit | ||
AllowOverride None | ||
Include /var/www/FreshRSS/p/.htaccess | ||
Options FollowSymLinks | ||
Require all granted | ||
</Directory> | ||
|
||
<Directory /var/www/FreshRSS/p/api> | ||
Include /var/www/FreshRSS/p/api/.htaccess | ||
</Directory> | ||
|
||
<Directory /var/www/FreshRSS/p/i> | ||
IncludeOptional /var/www/FreshRSS/p/i/.htaccess | ||
</Directory> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.