From c436f8cb8829393305b3a586963c6d3d955cf1b0 Mon Sep 17 00:00:00 2001 From: Jesper Handskemager Date: Mon, 5 Jul 2021 23:09:02 +0200 Subject: Fix domain --- rss-bridge.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rss-bridge.html') 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
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;
-- 
cgit v1.2.3