i try to install my gitea installation behind the apache vhost.
but it dont work with the proxy and i dont find my error
the local usage with http://git.domain.de:3000 works fine, but when i use the url in my vhost config http://git.domain.de/ i will get only an â404 page not foundâ.
maybe i have some settings in the app.ini or vhost config wrong and hope you could help me.
i have try some settings seems like your setup, but i get still an error.
at the moment i try de letsencrypt settings in the app.ini, but wenn ich start the server i get the following error:
So at a guess you havenât got your DNS or https certificates properly configured for external access.
You need to make sure that your Apache is working correctly with https certificates for your domain. If that doesnât work correctly from OUTSIDE your LAN then nothing will work.
If you donât understand any of this then there are multitudes of pages on the interwebs about setting up https with Apache and letsencrypt certificates.
Personally I use the dehydrated script to get Letsencrypt https/ssl certificates on all my boxes. Light and simple.
Apache enabled with ssl certificates will then proxy (passthrough) information to gitea and back again.