Change URL

This commit is contained in:
just-an-alt 2020-05-31 00:47:35 +02:00 committed by GitHub
parent b0a3c80e96
commit 115b6169e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# set the environment variable "BASE_URL" to "http://localhost/miniflux/", or follow this guide to create a config file: https://miniflux.app/docs/configuration.html
# set the environment variable "BASE_URL" to "https://yourdomain.url/miniflux/", or follow this guide to create a config file for Miniflux: https://miniflux.app/docs/configuration.html
location /miniflux {
return 301 $scheme://$host/miniflux/;