Skip to content

Commit

Permalink
fix nginx regex issue
Browse files Browse the repository at this point in the history
KunalSin9h committed Apr 27, 2023
1 parent 0c5167a commit 91d55e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ server {
proxy_pass http://localhost:5656;
}

location ~ ^/(\w+) {
location ~ /([A-Za-z0-9_-]*) {

# add_header Cache-Control public;
# add_header Pragma public;

0 comments on commit 91d55e1

Please sign in to comment.