Removed openresty stuff
This commit is contained in:
parent
20a647ab5a
commit
c0d50a8a9a
@ -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';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user