Update nginx.conf
This commit is contained in:
parent
26c0d7105b
commit
c04e339c59
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ server {
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
index index.html index.php;
|
index index.php;
|
||||||
}
|
}
|
||||||
|
|
||||||
#error_page 404 /404.html;
|
#error_page 404 /404.html;
|
||||||
|
|
Loading…
Add table
Reference in a new issue