Skip to content

Commit e028e32

Browse files
committed
fix
Signed-off-by: Tamal Saha <[email protected]>
1 parent 339c91f commit e028e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ server {
77
location / {
88
root /usr/share/nginx/html;
99
index index.html index.htm;
10-
try_files $uri $uri/ =404;
10+
# try_files $uri $uri/ =404;
1111
}
1212

1313
#error_page 404 /404.html;

0 commit comments

Comments
 (0)