Changes to /etc/nginx/header.conf

add_header Referrer-Policy "no-referrer" always;
This commit is contained in:
rieger::CLOUD
2018-07-27 07:10:50 +02:00
committed by GitHub
parent 622f63b15e
commit af1f11e955

View File

@@ -1,4 +1,4 @@
############################################ #############################################
# Carsten Rieger IT-Services # Carsten Rieger IT-Services
# https://www.c-rieger.de # https://www.c-rieger.de
# https://github.com/riegercloud # https://github.com/riegercloud
@@ -6,9 +6,10 @@
# Version 4.1 AMD64 # Version 4.1 AMD64
# changes to the /etc/nginx/header.conf # changes to the /etc/nginx/header.conf
# July, 27th, 2018 # July, 27th, 2018
############################################ ##############################################
# Ubuntu 18.04 LTS AMD64 - Nextcloud 13.0.5 # Ubuntu 18.04 LTS AMD64 - Nextcloud 13
############################################ # ready for Nextcloud 14 already!
##############################################
#!/bin/bash #!/bin/bash
###global function to update and cleanup the environment ###global function to update and cleanup the environment
function update_and_clean() { function update_and_clean() {