summary refs log tree commit diff
path: root/nginx.conf
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-01 19:04:22 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-01 19:04:22 +1100
commit13dedb6d251593054de6a64487f0b053060afd5c (patch)
treec829b67068133911cbecdab1057e0d8a0fea09f3 /nginx.conf
parentgatewayresponse?? (diff)
parentRemove ALL fosscord mentions (diff)
downloadserver-13dedb6d251593054de6a64487f0b053060afd5c.tar.xz
Merge branch 'master' into feat/refactorIdentify
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 / {