alpine-nextcloud-install: do not use deprecated nginx config (#13726)

Co-authored-by: Alexander Stein <alexander.stein@mailbox.org>
This commit is contained in:
Alexander Stein
2026-04-14 10:51:07 +02:00
committed by GitHub
parent 33716c92e5
commit c881811499

View File

@@ -102,8 +102,9 @@ server {
fastcgi_read_timeout 120s;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
listen 443 ssl;
listen [::]:443 ssl;
http2 on;
server_name localhost;
root /usr/share/webapps/nextcloud;
index index.php index.html index.htm;