Merge pull request #12195 from istvan-berenyi/feature/nginx_conf

Feature/nginx conf
This commit is contained in:
Ferdinand Thiessen
2024-09-11 22:30:17 +02:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -22,8 +22,12 @@ server {
}
server {
listen 443 ssl http2;
listen 443 ssl http2;
listen [::]:443 ssl http2;
# With NGinx >= 1.25.1 you should use this instead:
# listen 443 ssl;
# listen [::]:443 ssl;
# http2 on;
server_name cloud.example.com;
# Path to the root of your installation

View File

@@ -26,6 +26,10 @@ server {
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
# With NGinx >= 1.25.1 you should use this instead:
# listen 443 ssl;
# listen [::]:443 ssl;
# http2 on;
server_name cloud.example.com;
# Path to the root of the domain