|
|
@@ -21,10 +21,7 @@ server {
|
|
|
location ~ ^/(composer.json|composer.lock|ThinkPHP/|vendor/|src/|bin/|App/|.git) {
|
|
|
deny all;
|
|
|
}
|
|
|
- location ^~ /u/ {
|
|
|
- proxy_pass http://127.0.0.1:3000;
|
|
|
- proxy_set_header Host {{domain}}.test.proginn.com;
|
|
|
- }
|
|
|
+
|
|
|
location ^~ /user/ {
|
|
|
proxy_pass http://127.0.0.1:3000;
|
|
|
proxy_set_header Host {{domain}}.test-jishuin.proginn.com;
|