commit 1f51b319de48b6a5d014766bdfe2ece5a24f9647
parent 26b24ebdd2b79ddded06812131c04a625fa17065
Author: Javier Sepulveda <javier.sepulveda@uv.es>
Date: Sat, 5 Aug 2023 11:51:00 +0200
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sandcastle/README b/sandcastle/README
@@ -208,7 +208,7 @@ How to deploy to online sites
Assuming that TLS is already configured, you can use the file named "nginx-example.conf" on the sandcastle directory,
as a NGINX virtual host, replacing the domain name "example.com" with your own domain name.
-You can use the the SED command to replace this automatically as this, bein located within the sandcastle directory:
+You can use the the SED command to replace this automatically as this, being located within the sandcastle directory:
sed -i "s/example.com/yourdomain.com/g" nginx-example.conf