summary refs log tree commit diff
path: root/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/nginx.conf b/nginx.conf
index 141cf5ca..2a1fd412 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -1,8 +1,8 @@
-# This is an example nginx config for Fosscord.
+# This is an example nginx config for Spacebar.
 
 server {
 	# Change server_name
-    server_name fosscord.example.com;
+    server_name spacebar.example.com;
     listen 80;
 
     location / {