mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-28 06:47:24 +08:00
Update aapanel-docker.md
Update site config to solve the issue of admin panel not loading
This commit is contained in:
@@ -84,7 +84,7 @@ docker compose up -d
|
|||||||
#### 3.4 Configure Reverse Proxy
|
#### 3.4 Configure Reverse Proxy
|
||||||
Add the following content to your site configuration:
|
Add the following content to your site configuration:
|
||||||
```nginx
|
```nginx
|
||||||
location / {
|
location ^~ / {
|
||||||
proxy_pass http://127.0.0.1:7001;
|
proxy_pass http://127.0.0.1:7001;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Connection "";
|
proxy_set_header Connection "";
|
||||||
@@ -134,4 +134,4 @@ If you encounter any issues during installation or operation, please check:
|
|||||||
2. All required ports are available
|
2. All required ports are available
|
||||||
3. Docker services are running properly
|
3. Docker services are running properly
|
||||||
4. Nginx configuration is correct
|
4. Nginx configuration is correct
|
||||||
5. Check logs for detailed error messages
|
5. Check logs for detailed error messages
|
||||||
|
|||||||
Reference in New Issue
Block a user