Skip to content

Commit bd7abbf

Browse files
nazokingyaroot
authored andcommitted
fix nginx.conf
1 parent 3eec533 commit bd7abbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ server {
6464
}
6565
6666
location / {
67-
proxy_pass 127.0.0.1:8080;
67+
proxy_pass http://127.0.0.1:8080;
6868
}
6969
}
7070
@@ -73,7 +73,7 @@ server {
7373
server_name doc.local;
7474
7575
location ~ ^/([^/]+)/([^/]+)/pages/(.*)$ {
76-
proxy_pass 127.0.0.1:8080;
76+
proxy_pass http://127.0.0.1:8080;
7777
}
7878
7979
location / {

0 commit comments

Comments
 (0)