mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: update proxy_pass path for assetlinks.json in Nginx configuration
This commit is contained in:
@@ -393,7 +393,7 @@ ${PROVISION_SSL_CERTIFICATE_KEY_DIRECTIVE}
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
|
||||
proxy_pass http://home/public/assets/.well-known/assetlinks.json;
|
||||
proxy_pass http://home/public/.well-known/assetlinks.json;
|
||||
}
|
||||
|
||||
# PWA manifest and service worker with proper headers for home
|
||||
|
||||
Reference in New Issue
Block a user