Skip to content

Commit aee6d77

Browse files
committed
make nginx rule more specific
1 parent 25796eb commit aee6d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ server {
5050
listen 80;
5151
server_name doc.local;
5252
53-
location ~ ^/([^/]+)/([^/]+)/(.*)$ {
53+
location ~ ^/([^/]+)/([^/]+)/pages/(.*)$ {
5454
proxy_pass 127.0.0.1:8080;
5555
}
5656

0 commit comments

Comments
 (0)