nginx-configs/s/webapp
2024-06-26 16:39:11 +04:00

3 lines
64 B
Text

location / {
try_files $uri $uri/ /index.html$is_args$args;
}