nginx-configs/s/webapp

4 lines
64 B
Text
Raw Permalink Normal View History

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