Updating
This commit is contained in:
parent
c01e80a174
commit
afb22a9f0c
112 changed files with 173 additions and 1659 deletions
|
@ -143,7 +143,7 @@ sudo nano /etc/nginx/sites-available/forgejo
|
|||
|
||||
- Add:
|
||||
|
||||
```nginx
|
||||
```bash
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
@ -266,7 +266,7 @@ mysql -e "CREATE DATABASE <username>_leantime"
|
|||
- Point your domain to the `public/` directory
|
||||
Edit `/leantime/public/.htaccess`:
|
||||
|
||||
```apache
|
||||
```bash
|
||||
Options +SymLinksIfOwnerMatch
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue