multilang: add
Added mkdocs-git build files for multilang version.
This commit is contained in:
parent
f4c4b2db83
commit
570090acbc
4 changed files with 53 additions and 0 deletions
15
multilang/default.conf.env
Normal file
15
multilang/default.conf.env
Normal file
|
@ -0,0 +1,15 @@
|
|||
server {
|
||||
listen $PORT;
|
||||
listen [::]:${PORT};
|
||||
server_name localhost;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50.html {
|
||||
root /usr/share/nginx/html;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue