ldap-1-backend/docs/docker/default.conf

11 lines
180 B
Plaintext
Raw Normal View History

2022-05-18 17:57:03 +08:00
server {
listen 80;
server_name localhost;
root /dist;
location / {
try_files $uri $uri/ /index.html;
add_header Cache-Control 'no-store';
}
}