This commit is contained in:
Simeon "Waldo" Wallrath 2025-04-08 09:54:24 +02:00
parent c01e80a174
commit afb22a9f0c
112 changed files with 173 additions and 1659 deletions

View file

@ -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 /