1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2021-12-21 16:08:56 +01:00
parent c3b3b89788
commit d022f5e182
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -4,11 +4,6 @@ location __PATH__/ {
# Path to source
alias __FINALPATH__/ ;
# Force usage of https
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
index index.php;
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file