404 Not found after refresh page #213
Unanswered
metilnodes
asked this question in
Q&A
Replies: 1 comment 8 replies
-
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html; # add this line to your config
} |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, i create dashboard http://94.130.200.205/
but when i go to network (any page) and then refresh page - i have an error
404 Not Found
nginx/1.18.0 (Ubuntu)
so i need back to address: http://94.130.200.205/ and start from beginning - can you help with that how to fix?
Beta Was this translation helpful? Give feedback.
All reactions