diff --git a/azure.yaml b/azure.yaml index 860ace84..3f34cb0e 100644 --- a/azure.yaml +++ b/azure.yaml @@ -1,22 +1,22 @@ -# # yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json -# metadata: -# template: azd-init@1.11.1 -name: content-processing - -requiredVersions: - azd: '>= 1.18.0' - -metadata: - template: content-processing@1.0 - name: content-processinge@1.0 - -hooks: - postprovision: - posix: - shell: sh - run: sed -i 's/\r$//' ./infra/scripts/post_deployment.sh; bash ./infra/scripts/post_deployment.sh - interactive: true - windows: - shell: pwsh - run: ./infra/scripts/post_deployment.ps1 - interactive: true +# # yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json +# metadata: +# template: azd-init@1.11.1 +name: content-processing + +requiredVersions: + azd: '>= 1.18.0 != 1.23.9' + +metadata: + template: content-processing@1.0 + name: content-processinge@1.0 + +hooks: + postprovision: + posix: + shell: sh + run: sed -i 's/\r$//' ./infra/scripts/post_deployment.sh; bash ./infra/scripts/post_deployment.sh + interactive: true + windows: + shell: pwsh + run: ./infra/scripts/post_deployment.ps1 + interactive: true diff --git a/src/ContentProcessorWeb/nginx-custom.conf b/src/ContentProcessorWeb/nginx-custom.conf index c814c076..5e3fd6a0 100644 --- a/src/ContentProcessorWeb/nginx-custom.conf +++ b/src/ContentProcessorWeb/nginx-custom.conf @@ -2,6 +2,12 @@ server { listen 80; server_name localhost; + # Suppress nginx server logs for favicon requests + location = /favicon.ico { + return 204; + access_log off; + } + location / { root /usr/share/nginx/html; try_files $uri $uri/ /index.html; diff --git a/src/ContentProcessorWeb/public/favicon.ico b/src/ContentProcessorWeb/public/favicon.ico deleted file mode 100644 index bfe873eb..00000000 Binary files a/src/ContentProcessorWeb/public/favicon.ico and /dev/null differ diff --git a/src/ContentProcessorWeb/public/index.html b/src/ContentProcessorWeb/public/index.html index d742af0e..6f5a3520 100644 --- a/src/ContentProcessorWeb/public/index.html +++ b/src/ContentProcessorWeb/public/index.html @@ -2,7 +2,6 @@
- - -