Render repository content through theme contracts
This commit is contained in:
@@ -27,3 +27,17 @@ server {
|
||||
error_page 404 /404.html;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 8080 default_server;
|
||||
listen [::]:8080 default_server;
|
||||
server_name _;
|
||||
|
||||
root /var/lib/website-engine/builds/staging;
|
||||
index index.html;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
error_page 404 /404.html;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user