Updated repository to the new configuration.
This commit is contained in:
parent
25dde6a119
commit
1945f193ea
31 changed files with 766 additions and 866 deletions
15
containerfiles/git-mkdocs/default.conf.env
Normal file
15
containerfiles/git-mkdocs/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