From f7f6b83ab5e79235d02c2dd07ece3b9b0dfd8579 Mon Sep 17 00:00:00 2001 From: "Bluwie :3 / Ellie" <80676050+BlueSky-fur@users.noreply.github.com> Date: Sun, 4 Feb 2024 01:48:42 +0100 Subject: [PATCH] Update README.md Changed `sudo restart nginx` to `sudo systemctl restart nginx` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baac6e0..55f83fe 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ wget https://raw.githubusercontent.com/itiligent/Guacamole-Install/main/1-setup. ## Customise & Brand Your Guacamole Theme - **Want to give Guacamole your personal touch? Follow the theme and branding instructions** [here](https://github.com/itiligent/Guacamole-Install/tree/main/guac-custom-theme-builder). To revert to the Guacamole default theme, simply delete the branding.jar file from /etc/guacamole/extensions then `sudo systemctl restart tomcat[version] && sudo systemctl restart guacd && sudo restart nginx` and don't forget to clear your web browser cache. + **Want to give Guacamole your personal touch? Follow the theme and branding instructions** [here](https://github.com/itiligent/Guacamole-Install/tree/main/guac-custom-theme-builder). To revert to the Guacamole default theme, simply delete the branding.jar file from /etc/guacamole/extensions then `sudo systemctl restart tomcat[version] && sudo systemctl restart guacd && sudo systemctl restart nginx` and don't forget to clear your web browser cache. ## Managing self signed TLS certs with Nginx (the easy way!)