Mattias Bodlund 1 year ago
parent
commit
e61dfefe62
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      config/nginx.conf

+ 3
- 1
config/nginx.conf View File

@ -24,7 +24,9 @@ upstream puma_ikea {
# https
server {
listen 443 ssl http2;
listen 443 ssl;
http2 on;
server_name ikea-foundation-week-2024.onc.dk;
# keepalive_timeout 300;


Loading…
Cancel
Save