Merge branch 'table_column_resize' into dev_environment
This commit is contained in:
commit
46c41e0a66
1 changed files with 6 additions and 2 deletions
|
|
@ -55,13 +55,17 @@ http {
|
|||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
index indexV2.html;
|
||||
|
||||
access_log /dev/stdout;
|
||||
error_log /dev/stderr error;
|
||||
|
||||
expires $cache_expires;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
try_files $uri /indexV2.html;
|
||||
location / {
|
||||
try_files $uri /indexV2.html;
|
||||
}
|
||||
|
||||
location = /index.html {
|
||||
return 301 /indexV2.html;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue