chore: Update nginx config and add static HTML pages
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -639,6 +639,11 @@ server {
|
||||
|
||||
root /usr/share/nginx/html/portal;
|
||||
|
||||
|
||||
location /compliance-hub/ {
|
||||
alias /usr/share/nginx/html/portal/compliance-hub/;
|
||||
try_files $uri $uri/ /compliance-hub/index.html;
|
||||
}
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user