Browse Source

Merge pull request #964 from thedanbob/nginx-1.19.8

Update nginx (1.19.6 -> 1.19.8)
pull/967/head
Slavi Pantaleev 5 years ago
committed by GitHub
parent
commit
080658a2a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-nginx-proxy/defaults/main.yml

+ 1
- 1
roles/matrix-nginx-proxy/defaults/main.yml View File

@@ -1,5 +1,5 @@
matrix_nginx_proxy_enabled: true
matrix_nginx_proxy_version: 1.19.6-alpine
matrix_nginx_proxy_version: 1.19.8-alpine

# We use an official nginx image, which we fix-up to run unprivileged.
# An alternative would be an `nginxinc/nginx-unprivileged` image, but


Loading…
Cancel
Save