Update Error Nginx Refresh page
This commit is contained in:
parent
44b3fab0ea
commit
ba28cf49a0
11
nginx/default.conf
Normal file
11
nginx/default.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
location / {
|
||||
try_files $uri /index.html;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user