Browse Source

need to specify unencrypted http2

nextcloud/optimization
Mar Alegre 3 years ago
parent
commit
7e98539ca0
  1. 2
      nextcloud/assets/apache/nextcloud.conf

2
nextcloud/assets/apache/nextcloud.conf

@ -1,5 +1,5 @@
<VirtualHost *:80>
Protocols h2 http/1.1
Protocols h2c http/1.1
#ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/nextcloud/

Loading…
Cancel
Save