av
switch to docker sdk to fix CSP blocking script execution
1c4e2cf
raw
history blame contribute delete
141 Bytes
server {
listen 7860;
root /usr/share/nginx/html;
index index.html;
location / {
try_files $uri /index.html;
}
}