Skip to content

Need help with Server install via docker on a Raspberry Pi #4804

Answered by doobes
doobes asked this question in Q&A
Discussion options

You must be logged in to vote

LOL.

I got the WAN stuff working.

For completeness in reference to the sequence described above:

Stopped Apache2

Deleted /etc/apache2/sites-available/www.mytrilium.com.conf

Deleted /etc/apache2/sites-enabled/www.mytrilium.com.conf

sudo nano /etc/apache2/sites-enabled/000-default-le-ssl.conf

Added the following between <VirtualHost *:443> and :

ProxyPreserveHost On
ProxyPass "/" http://localhost:8080 nocanon
ProxyPassReverse "/" http://localhost:8080

sudo apachectl -k graceful

And voila! It works.

Replies: 8 comments 10 replies

Comment options

You must be logged in to vote
3 replies
@meichthys
Comment options

@doobes
Comment options

@zerebos
Comment options

Comment options

You must be logged in to vote
2 replies
@doobes
Comment options

@sigaloid
Comment options

Comment options

You must be logged in to vote
1 reply
@doobes
Comment options

Comment options

You must be logged in to vote
2 replies
@doobes
Comment options

@Br0kenSilos
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@doobes
Comment options

Comment options

You must be logged in to vote
1 reply
@doobes
Comment options

Answer selected by doobes
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants