chore: update 2 file(s)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM nginx:alpine
|
||||
COPY index.html /usr/share/nginx/html/
|
||||
COPY style.css /usr/share/nginx/html/
|
||||
COPY chatv2.js /usr/share/nginx/html/
|
||||
COPY chatv3.js /usr/share/nginx/html/
|
||||
COPY 404.html /usr/share/nginx/html/
|
||||
COPY favicon.ico /usr/share/nginx/html/
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
@@ -20,8 +20,8 @@ server {
|
||||
try_files /style.css =204;
|
||||
}
|
||||
|
||||
location = chatv2.js {
|
||||
try_files /chatv2.js =204;
|
||||
location = chatv3.js {
|
||||
try_files /chatv3.js =204;
|
||||
}
|
||||
|
||||
# Custom 404 page
|
||||
|
||||
Reference in New Issue
Block a user