Don't accept forward slash character for nicknames
This commit is contained in:
parent
64e16e6a4b
commit
2c7eed122e
|
@ -82,15 +82,15 @@ server {
|
|||
}
|
||||
|
||||
# Uncomment this if you want notice compatibility routes for frontends like Soapbox.
|
||||
# location ~ /@.+/([^/]+) {
|
||||
# location ~ /@([^/]+)/([^/]+) {
|
||||
# proxy_pass http://phoenix/notice/$1;
|
||||
# }
|
||||
#
|
||||
# location ~ /@.+/posts/([^/]+) {
|
||||
# location ~ /@([^/]+)/posts/([^/]+) {
|
||||
# proxy_pass http://phoenix/notice/$1;
|
||||
# }
|
||||
#
|
||||
# location ~ /.+/status/([^/]+) {
|
||||
# location ~ /([^/]+)/status/([^/]+) {
|
||||
# proxy_pass http://phoenix/notice/$1;
|
||||
# }
|
||||
|
||||
|
|
Loading…
Reference in New Issue