Update nginx.conf
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
|
@@ -82,7 +82,7 @@ http {
|
|
| 82 |
|
| 83 |
location /vscode/ {
|
| 84 |
auth_basic "Restricted Content";
|
| 85 |
-
auth_basic_user_file /
|
| 86 |
proxy_pass http://127.0.0.1:5050/;
|
| 87 |
proxy_http_version 1.1;
|
| 88 |
proxy_set_header Upgrade $http_upgrade;
|
|
|
|
| 82 |
|
| 83 |
location /vscode/ {
|
| 84 |
auth_basic "Restricted Content";
|
| 85 |
+
auth_basic_user_file /root/app/ngpasswd;
|
| 86 |
proxy_pass http://127.0.0.1:5050/;
|
| 87 |
proxy_http_version 1.1;
|
| 88 |
proxy_set_header Upgrade $http_upgrade;
|