diff options
| author | Jesper Handskemager <jesper@handskemager.xyz> | 2021-07-05 23:09:02 +0200 |
|---|---|---|
| committer | Jesper Handskemager <jesper@handskemager.xyz> | 2021-07-05 23:09:02 +0200 |
| commit | c436f8cb8829393305b3a586963c6d3d955cf1b0 (patch) | |
| tree | beb7133fd99921aea3cccdb110bcbcfe0547647a /rss-bridge.html | |
| parent | 36551b1dbcb32efe43a6ebbb090b435b86fb4e41 (diff) | |
Fix domain
Diffstat (limited to 'rss-bridge.html')
| -rw-r--r-- | rss-bridge.html | 2 |
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; |
