dsql-admin/dsql-app/docker/static/conf.d/default.conf

9 lines
128 B
Plaintext
Raw Normal View History

2025-01-13 21:50:42 +00:00
server {
listen 80;
listen [::]:80;
server_name localhost;
client_max_body_size 200M;
root /static;
}