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
+1 -1
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/;