Removed openresty stuff

This commit is contained in:
nise.moe 2024-06-08 15:25:39 +02:00
parent 20a647ab5a
commit c0d50a8a9a

View File

@ -8,10 +8,7 @@ server {
listen 80; listen 80;
resolver local=on ipv6=off; root /usr/share/nginx/html/browser;
resolver_timeout 5s;
root /usr/share/nginx/html;
location ~ /index.html { location ~ /index.html {
add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0'; add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';