Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # proxy cache config
- server {
- listen 8000;
- server_name localhost;
- client_max_body_size 10M;
- root /Users/aleks/Desktop/tp-secondsem/frontend/Frontend/dist; # свой путь
- location / {
- try_files $uri /index.html;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment