diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-11-20 06:46:36 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-11-20 06:46:36 +0100 |
commit | b1b1383304bfa981ce61beb5c6531d6160a75a6b (patch) | |
tree | 3a86ca7f6155bb4f94994a2144c19683d1f7db8b /nginx.conf | |
parent | 0a8c2f838fcbb219c54e9a313608f389d403548d (diff) | |
download | reduced_system_layer-b1b1383304bfa981ce61beb5c6531d6160a75a6b.zip |
Web audio ring buffer impl
Diffstat (limited to 'nginx.conf')
-rw-r--r-- | nginx.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ http { listen 80; listen [::]:80; location / { + add_header Cross-Origin-Opener-Policy same-origin; + add_header Cross-Origin-Embedder-Policy require-corp; root /srv; try_files $uri $uri/index.htm =404; } |