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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;