This commit is contained in:
Regular → Executable
+2
-2
@@ -4,7 +4,7 @@
|
||||
# regardless of how the package maintainer(s) named those.
|
||||
|
||||
rm -f /usr/bin/php
|
||||
ln -s /usr/bin/php7 /usr/bin/php
|
||||
ln -s /usr/bin/php83 /usr/bin/php
|
||||
|
||||
rm -f /usr/sbin/php-fpm
|
||||
ln -s /usr/sbin/php-fpm7 /usr/sbin/php-fpm
|
||||
ln -s /usr/sbin/php-fpm83 /usr/sbin/php-fpm
|
||||
|
||||
Regular → Executable
Regular → Executable
@@ -33,10 +33,9 @@ http {
|
||||
|
||||
server
|
||||
{
|
||||
listen 4443;
|
||||
listen 4443 ssl;
|
||||
root /var/www/ttrss;
|
||||
|
||||
ssl on;
|
||||
ssl_certificate /etc/ssl/certs/ttrss.crt;
|
||||
ssl_certificate_key /etc/ssl/private/ttrss.key;
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
||||
|
||||
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user