feat:#31 added http2 support

This commit is contained in:
Elmar Kresse
2024-05-21 22:31:16 +02:00
parent 1a91b26b52
commit 47c8adb11e
3 changed files with 7 additions and 0 deletions

View File

@ -51,6 +51,7 @@ http {
server {
listen 80;
listen [::]:80;
http2 on;
location /api {
proxy_pass http://htwkalender-backend:8090;