mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
alpine-nextcloud-install: do not use deprecated nginx config (#13726)
Co-authored-by: Alexander Stein <alexander.stein@mailbox.org>
This commit is contained in:
parent
33716c92e5
commit
c881811499
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue