MacOS Safari displays nothing on first load

First load on MacOS Safari shows literally nothing. It doesn't load page, but doesn't show empty page or error either. Browser shows previous page. If I enter same address again, then it works fine.

Everything works perfectly fine on Chrome, Firefox or iOS Safari.

Any idea where to look for the problem?

Domain: app.maik.ai

Config:

ssl_protocols TLSv1.2;
ssl_prefer_server_ciphers on;
ssl_dhparam /etc/ssl/certs/dhparam.pem;
ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";
ssl_ecdh_curve secp384r1;
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 10m;
ssl_session_tickets off;
ssl_stapling on;
ssl_stapling_verify on;
resolver 8.8.8.8 8.8.4.4 valid=300s;
resolver_timeout 5s;
add_header Strict-Transport-Security "max-age=63072000; includeSubdomains";
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.