We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25796eb commit aee6d77Copy full SHA for aee6d77
README.md
@@ -50,7 +50,7 @@ server {
50
listen 80;
51
server_name doc.local;
52
53
- location ~ ^/([^/]+)/([^/]+)/(.*)$ {
+ location ~ ^/([^/]+)/([^/]+)/pages/(.*)$ {
54
proxy_pass 127.0.0.1:8080;
55
}
56
0 commit comments