R
Size: a a a
R
R
AK
мой-домен.ру/такой-то-крутой-фильм.хтмл?
AK
AK
🧤K
R
А
server {
listen 80 default_server;
server_name www.mysite.ru;
location / {
return 301 https://$server_name$request_uri;
}
}
server {
listen 443 ssl;
server_name www.mysite.ru;
ssl_certificate /etc/nginx/ssl/mysite.ru.chained.crt;
ssl_certificate_key /etc/nginx/ssl/mysite.ru.key;
location / {
root /data/www;
}
location /api/v1 {
proxy_pass http://rest:8081;
}
А
AS
NgxMaskModule.forRoot returns a ModuleWithProviders type without a generic type argument. Please add a generic type argument to the ModuleWithProviders type. If this occurrence is in library code you don't control, please contact the library authors.
1. Можно ли так оставить? (билд собирается)jb
jb
AK
npm link
AK
AK
AK
AS
jb
AK