wiki/info/landscape/creating-ec2-image-for-webserver-from-scratch.md
... ...
@@ -175,7 +175,7 @@ maxretry = 5
175 175
176 176
## Basic setup for disposable reverse proxy instance
177 177
178
-From a fresh Amazon Linux 2023 instance (HVM), run the `configuration\environments_scripts\reverse_proxy\setup-disposable-reverse-proxy.sh` script, passing the IP address of the instance and the ssh-key-reader.token (needed for accessing the landscape without mfa).
178
+From a fresh Amazon Linux 2023 instance (HVM), run the `configuration/environments_scripts/reverse_proxy/setup-disposable-reverse-proxy.sh` script, passing the IP address of the instance and the ssh-key-reader.token (needed for accessing the landscape without mfa).
179 179
180 180
The script sets up nfs/nvme mounts, installs/updates httpd + software for scripts, sets up the httpd, sets up crontabs and copies files (via the`configuration\environments_scripts\build-crontab-and-cp-files`), enables service units, makes the ssh connections more resilient, sets up logrotation, configures fail2ban and alters postfix to enable mail sending.
181 181