Actually fix with forward slashes being restricted inside nickname
This commit is contained in:
parent
2c7eed122e
commit
3da1b2548d
@ -82,15 +82,15 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Uncomment this if you want notice compatibility routes for frontends like Soapbox.
|
# Uncomment this if you want notice compatibility routes for frontends like Soapbox.
|
||||||
# location ~ /@([^/]+)/([^/]+) {
|
# location ~ ^/@[^/]+/([^/]+)$ {
|
||||||
# proxy_pass http://phoenix/notice/$1;
|
# proxy_pass http://phoenix/notice/$1;
|
||||||
# }
|
# }
|
||||||
#
|
#
|
||||||
# location ~ /@([^/]+)/posts/([^/]+) {
|
# location ~ ^/@[^/]+/posts/([^/]+)$ {
|
||||||
# proxy_pass http://phoenix/notice/$1;
|
# proxy_pass http://phoenix/notice/$1;
|
||||||
# }
|
# }
|
||||||
#
|
#
|
||||||
# location ~ /([^/]+)/status/([^/]+) {
|
# location ~ ^/[^/]+/status/([^/]+)$ {
|
||||||
# proxy_pass http://phoenix/notice/$1;
|
# proxy_pass http://phoenix/notice/$1;
|
||||||
# }
|
# }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user