nginx-configs/s/webapp

4 lines
64 B
Text
Raw Permalink Normal View History

2024-06-26 16:39:11 +04:00
location / {
try_files $uri $uri/ /index.html$is_args$args;
}