Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ka
/
ansible-role-nextcloud
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
HSTS
master
Markus Katharina Brechtel
hace 4 años
padre
3ba2dcbb78
commit
17dcbd1c1e
Se han
modificado 2 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
tasks/apache2.yml
+1
-0
templates/apache-vhost.conf.j2
+ 1
- 0
tasks/apache2.yml
Ver fichero
@@ -8,6 +8,7 @@
- ssl
- rewrite
- env
- headers
notify: restart apache2
- name: apache2 nextcloud vhost
+ 1
- 0
templates/apache-vhost.conf.j2
Ver fichero
@@ -13,6 +13,7 @@
{% if not certificate_provider == "selfsigned" %}
SSLCertificateChainFile "/etc/ssl/certs/nextcloud.chain.pem"
{% endif %}
Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains"
DocumentRoot {{nextcloud_directory}}
Escribir
Vista previa
Cargando…
Cancelar
Guardar