|
|
@@ -207,11 +207,6 @@ server {
|
|
|
proxy_set_header Host {{domain}}.test.proginn.com;
|
|
|
}
|
|
|
|
|
|
- location ^~ /l/ {
|
|
|
- proxy_pass http://127.0.0.1:3000;
|
|
|
- proxy_set_header Host {{domain}}.test.proginn.com;
|
|
|
- }
|
|
|
-
|
|
|
location / {
|
|
|
if (!-e $request_filename) {
|
|
|
rewrite ^(.*)$ /index.php?s=$1 last;
|