Remove commented out config sections
This commit is contained in:
@@ -61,9 +61,6 @@ server {
|
||||
location / {
|
||||
proxy_pass http://$harbor_backend;
|
||||
proxy_set_header Host $http_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;
|
||||
|
||||
# WebSocket support for real-time updates
|
||||
proxy_http_version 1.1;
|
||||
|
||||
Reference in New Issue
Block a user