Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Again(!) Mixed content with apache2 #606

Open
gianfelicevincenzo opened this issue Apr 27, 2022 · 0 comments
Open

Again(!) Mixed content with apache2 #606

gianfelicevincenzo opened this issue Apr 27, 2022 · 0 comments

Comments

@gianfelicevincenzo
Copy link

gianfelicevincenzo commented Apr 27, 2022

apache2

<VirtualHost *:443>
   ServerName www.aria.mynas.io

   redirect permanent / https://aria.mynas.io
</VirtualHost>

<VirtualHost *:443>
   Define root /var/www/html/aria2

   ServerName aria.mynas.io
   DocumentRoot ${root} 
   <Directory ${root}>
           Options FollowSymLinks
           AllowOverride None
           Require all granted
   </Directory>

   ProxyPass /jsonrpc ws://127.0.0.1:6800/jsonrpc
   ProxyPassReverse /jsonrpc ws://127.0.0.1:6800/jsonrpc
</VirtualHost>

aria2.conf

##GLOBAL/GENERAL##
dir=/home/mynas/storage
file-allocation=falloc
check-integrity=true
on-download-complete=/home/mynas/.aria2/script/completed.sh
on-bt-download-complete=/home/mynas/.aria2/script/completed.sh
disk-cache=32M
rpc-save-upload-metadata=false
auto-save-interval=0

##sessions
force-save=true
input-file=/home/mynas/.aria2/aria2.session
save-session=/home/mynas/.aria2/aria2.session
save-session-interval=60

##net
http-no-cache=true
enable-http-pipelining=true
max-connection-per-server=15
enable-rpc=true
rpc-secret=<hidden>
check-certificate=false
rpc-listen-all=false
enable-dht6=false
disable-ipv6=true

How is it possible? From the configuration.js file, even if set, the parameters are not read
How can this be fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant