docker
This commit is contained in:
12
jenkins/swarm/nginx/default.conf
Normal file
12
jenkins/swarm/nginx/default.conf
Normal file
@ -0,0 +1,12 @@
|
||||
server {
|
||||
listen 0.0.0.0:8031;
|
||||
location /h5/supplier/dispatch {
|
||||
alias /app/;
|
||||
try_files $uri $uri/ /h5/supplier/dispatch/index.html;
|
||||
index index.html;
|
||||
if ($request_filename ~ .*\.(htm|html)$)
|
||||
{
|
||||
add_header Cache-Control no-cache;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user