Updating Docs
This commit is contained in:
@@ -23,3 +23,13 @@
|
||||
## Ignored Files:
|
||||
- **`.env`**: Environment Variables
|
||||
|
||||
## NPM Configurations
|
||||
- ```
|
||||
location /data/ {
|
||||
proxy_pass http://glances:61208/;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user