Skip to content

Commit

Permalink
Merge pull request #34 from dl-solarity/ci-update-ssr
Browse files Browse the repository at this point in the history
Ci update ssr
  • Loading branch information
xxxvik-xakerxxx authored Sep 27, 2023
2 parents f033b3e + cd90c1d commit 3220366
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ http {
root /usr/share/nginx/html;
index index.html index.htm;
server_name _;
error_page 404 /;
location / {
aio threads;
try_files $uri /index.html;
try_files $uri $uri/index.html =404;
}
}

Expand Down

0 comments on commit 3220366

Please sign in to comment.