summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesper Handskemager <jesper@handskemager.xyz>2021-07-05 23:09:02 +0200
committerJesper Handskemager <jesper@handskemager.xyz>2021-07-05 23:09:02 +0200
commitc436f8cb8829393305b3a586963c6d3d955cf1b0 (patch)
treebeb7133fd99921aea3cccdb110bcbcfe0547647a
parent36551b1dbcb32efe43a6ebbb090b435b86fb4e41 (diff)
Fix domain
-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;