kubeshark/nginx-files/conf.d/applications/98-fallback.conf
2022-07-07 13:23:45 +03:00

8 lines
235 B
Plaintext

location / {
root /usr/share/nginx/html;
index index.html index.htm;
# First attempt to serve request as file, then
# as directory, then fall back to redirecting to index.html
try_files $uri $uri/ $uri.html /index.html;
}