d
server {
listen 80;
charset utf-8;
client_max_body_size 10M;
#charset koi8-r;
#access_log logs/host.access.log main;
location / {
root /usr/share/nginx/html/dist;
try_files $uri $uri/ /index.html;
}
}
мой nginx конфиг
Size: a a a
d
server {
listen 80;
charset utf-8;
client_max_body_size 10M;
#charset koi8-r;
#access_log logs/host.access.log main;
location / {
root /usr/share/nginx/html/dist;
try_files $uri $uri/ /index.html;
}
}
d
# run docker
$ docker build -t nuxt:nginx .
$ docker run --name basic_nuxt \
--rm -d -p 3333:80 \
-v $(pwd)/docker:/usr/share/nginx/html/:ro \
nuxt:nginx
d
d
absolute_redirect off;
в локейшенД
d
d
d
YS
Д
YS
YS
YS
H
AN
KE
IA
AN
V
KE