aboutsummaryrefslogtreecommitdiffstats
path: root/models/packages/container/search.go
diff options
context:
space:
mode:
authorGiteaBot <teabot@gitea.io>2025-08-08 00:40:27 +0000
committerGiteaBot <teabot@gitea.io>2025-08-08 00:40:27 +0000
commitee9cd03f17035c4b7763bd36e14b36e45a86e000 (patch)
treeced7ab27fc4bf93f6dedf737e9a3f5507a38f69a /models/packages/container/search.go
parent28a7cc4621cbec9c6ea6960e66720a82f14b18cd (diff)
downloadgitea-main.tar.gz
gitea-main.zip
[skip ci] Updated translations via CrowdinHEADmain
Diffstat (limited to 'models/packages/container/search.go')
0 files changed, 0 insertions, 0 deletions
expire_trash'>artonge/fix/catch_exception_in_expire_trash Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
blob: ebb28b0887ba9350793759efa7990a310e387365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ErrorDocument 404 /core/templates/404.php
<IfModule mod_php5.c>
php_value upload_max_filesize 512M
php_value post_max_size 512M
php_value memory_limit 512M
<IfModule env_module>
  SetEnv htaccessWorking true
</IfModule>
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
</IfModule>
Options -Indexes