✨ add nginx default.conf
This commit is contained in:
@@ -14,7 +14,7 @@ server {
|
||||
error_log /var/log/nginx/error.log error;
|
||||
|
||||
|
||||
location / {
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
try_files $uri $uri/ /index.html;
|
||||
index index.html index.htm;
|
||||
|
Reference in New Issue
Block a user