There was an error while loading. Please reload this page.
1 parent 28861d0 commit 22702e5Copy full SHA for 22702e5
2 files changed
deploy/nginx-auth/README.md
@@ -9,5 +9,6 @@ Example on the production server:
9
```bash
10
apt-get install -y apache2-utils
11
htpasswd -c /opt/welink/deploy/nginx-auth/htpasswd <username>
12
+chmod 644 /opt/welink/deploy/nginx-auth/htpasswd
13
docker compose -f /opt/welink/server-compose.yml restart website
14
```
docs/docker.md
@@ -304,6 +304,7 @@ https://demo.welink.click/_stats/ # Demo 访问统计
304
305
306
307
308
309
310
0 commit comments