mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
nextcloud: update to 12.0beta2
This commit is contained in:
parent
82893269b5
commit
733a2b6c12
@ -1,6 +1,6 @@
|
||||
FROM wonderfall/nginx-php
|
||||
|
||||
ARG NEXTCLOUD_VERSION=12.0.0beta1
|
||||
ARG NEXTCLOUD_VERSION=12.0.0beta2
|
||||
ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"
|
||||
|
||||
ENV UID=991 GID=991 \
|
||||
|
@ -5,7 +5,6 @@ server {
|
||||
fastcgi_buffers 64 4K;
|
||||
|
||||
add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload";
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
add_header X-Robots-Tag none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user