summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-03-03 01:37:42 +0000
committerXiao Pan <gky44px1999@gmail.com>2024-03-03 01:37:42 +0000
commit0a03976d35860b933d4344f5cee3e540aa5ddf9d (patch)
tree189b035936493c4c996ff3f2e01e51899c2281d8 /etc
parent935717aaa53a36710065ac52348b46adcda036b5 (diff)
nginx.conf comment
Diffstat (limited to 'etc')
-rw-r--r--etc/nginx/nginx.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf
index e4311d33..f8ab525b 100644
--- a/etc/nginx/nginx.conf
+++ b/etc/nginx/nginx.conf
@@ -172,6 +172,7 @@ http {
# - https://manifold.net/doc/radian/why_do_non-capture_groups_exist_.htm
# - non-capturing group won't capture things inside () which may use later like in sed \1
# - maybe improve a little bit performance by not storing things (not tested, also I did not read the source code)
+ # - POSIX ERE and BRE seems does not support this
# Serve static files with nginx
location ~ ^/(?:cgit\.(?:css|png)|robots\.txt|highlight\.css|mycgit\.css)$ {
root /usr/share/webapps/cgit;