File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
install/deb/templates/web/nginx Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ server {
5353 proxy_pass https://%ip%:%web_ssl_port%;
5454 }
5555
56- location ~ /\.(?!well-known\/) {
56+ location ~ /\.(?!well-known\/|file ) {
5757 deny all;
5858 return 404;
5959 }
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ server {
4848 proxy_pass http://% ip% :% web_port% ;
4949 }
5050
51- location ~ /\.(?!well-known\/) {
51+ location ~ /\.(?!well-known\/|file ) {
5252 deny all;
5353 return 404;
5454 }
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ server {
3333 proxy_pass https://%ip%:%web_ssl_port%;
3434 }
3535
36- location ~ /\.(?!well-known\/) {
36+ location ~ /\.(?!well-known\/|file ) {
3737 deny all;
3838 return 404;
3939 }
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ server {
2828 proxy_pass http://% ip% :% web_port% ;
2929 }
3030
31- location ~ /\.(?!well-known\/) {
31+ location ~ /\.(?!well-known\/|file ) {
3232 deny all;
3333 return 404;
3434 }
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ server {
3333 proxy_pass https://%ip%:%web_ssl_port%;
3434 }
3535
36- location ~ /\.(?!well-known\/) {
36+ location ~ /\.(?!well-known\/|file ) {
3737 deny all;
3838 return 404;
3939 }
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ server {
2828 proxy_pass http://% ip% :% web_port% ;
2929 }
3030
31- location ~ /\.(?!well-known\/) {
31+ location ~ /\.(?!well-known\/|file ) {
3232 deny all;
3333 return 404;
3434 }
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ server {
4242 deny all;
4343 }
4444
45- location ~ /\.(?!well-known\/) {
45+ location ~ /\.(?!well-known\/|file ) {
4646 deny all;
4747 return 404;
4848 }
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ server {
3737 deny all;
3838 }
3939
40- location ~ /\.(?!well-known\/) {
40+ location ~ /\.(?!well-known\/|file ) {
4141 deny all;
4242 return 404;
4343 }
You can’t perform that action at this time.
0 commit comments