summaryrefslogtreecommitdiff
path: root/rss-bridge.html
diff options
context:
space:
mode:
Diffstat (limited to 'rss-bridge.html')
-rw-r--r--rss-bridge.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss-bridge.html b/rss-bridge.html
index abff624..3e9a6db 100644
--- a/rss-bridge.html
+++ b/rss-bridge.html
@@ -45,7 +45,7 @@ We now have to create the website configuration file
<pre><code>server {
root /var/www/rss-bridge;
index index.php index.html index.htm index.nginx-debian.html;
- server_name rss-bridge.landchad.net;
+ server_name rss-bridge.example.org;
location / {
try_files $uri $uri/ =404;