From 397449d9c61792177c91ef1b8532b3b21553259f Mon Sep 17 00:00:00 2001 From: Stu Hall Date: Tue, 7 Dec 2021 13:54:06 -0800 Subject: [PATCH 1/2] Update creating-a-stand-alone-photon-machine-with-cloud-init.md Fixed code block indentation that stopped it from code blocking --- .../creating-a-stand-alone-photon-machine-with-cloud-init.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/photon_admin/creating-a-stand-alone-photon-machine-with-cloud-init.md b/docs/photon_admin/creating-a-stand-alone-photon-machine-with-cloud-init.md index 9b55e2718b..29fc727101 100644 --- a/docs/photon_admin/creating-a-stand-alone-photon-machine-with-cloud-init.md +++ b/docs/photon_admin/creating-a-stand-alone-photon-machine-with-cloud-init.md @@ -29,7 +29,7 @@ Cloud-init can customize a Photon OS virtual machine by using the `nocloud` data The ISO now appears in the current directory: - ``` + ``` steve@ubuntu:~$ ls meta-data seed.iso user-data ``` @@ -46,4 +46,4 @@ Cloud-init can customize a Photon OS virtual machine by using the `nocloud` data more /var/log/cloud-init.log ``` -1. Attach the ISO to the Photon OS virtual machine as a CD-ROM and reboot it so that the changes specified by seed.iso take effect. In this case, `cloud-init` sets the `hostname` and adds the `vim` package. \ No newline at end of file +1. Attach the ISO to the Photon OS virtual machine as a CD-ROM and reboot it so that the changes specified by seed.iso take effect. In this case, `cloud-init` sets the `hostname` and adds the `vim` package. From d800d3df64514d7204e0294e351605cff1ad1be6 Mon Sep 17 00:00:00 2001 From: Brian Munro Date: Thu, 3 Mar 2022 14:33:23 +0200 Subject: [PATCH 2/2] Added http_realip_module --- SPECS/nginx/nginx.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SPECS/nginx/nginx.spec b/SPECS/nginx/nginx.spec index aec147acde..e1b6a70ac3 100644 --- a/SPECS/nginx/nginx.spec +++ b/SPECS/nginx/nginx.spec @@ -48,7 +48,8 @@ sh ./configure \ --with-http_auth_request_module \ --with-http_sub_module \ --with-http_stub_status_module \ - --with-http_v2_module + --with-http_v2_module \ + --with-http_realip_module make %{?_smp_mflags}