Browse Source

[Assets] Nextcloud: add plain listener

andryyy 6 years ago
parent
commit
d775bf3e2b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      data/assets/nextcloud/nextcloud.conf

+ 1 - 0
data/assets/nextcloud/nextcloud.conf

@@ -5,6 +5,7 @@ map $http_x_forwarded_proto $client_req_scheme_nc {
 
 server {
   include /etc/nginx/conf.d/listen_ssl.active;
+  include /etc/nginx/conf.d/listen_plain.active;
   include /etc/nginx/mime.types;
   charset utf-8;
   override_charset on;