diff --git a/frontend/frontend/settings.py.example b/frontend/frontend/settings.py.example index ced6c1d..1c6ae36 100644 --- a/frontend/frontend/settings.py.example +++ b/frontend/frontend/settings.py.example @@ -168,8 +168,10 @@ PIPELINE_JS = { } DOWNLOADER_PAGE_URL = '/downloader?url=' -FEED_PAGE_URL = '/feed/' -FEED1_PAGE_URL = '/feed1/' + +# replace 127.0.0.1 with your VPS server IP or domain.name +FEED_PAGE_URL = '//127.0.0.1/feed/' + DOWNLOADER_USER_AGENT = 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36' # limit of seconds in which user can access separate feed FEED_REQUEST_PERIOD_LIMIT = 0 diff --git a/frontend/frontend/templates/frontend/preview.html b/frontend/frontend/templates/frontend/preview.html index 3c0991f..432923a 100644 --- a/frontend/frontend/templates/frontend/preview.html +++ b/frontend/frontend/templates/frontend/preview.html @@ -18,7 +18,7 @@

{% trans 'subscribe.your_feed' %}:

- http://politepol.com{{ feed_url }} + {{ feed_url }}

@@ -28,7 +28,7 @@