Searching online for methods to deploy server { listen 80; server_name 192.168.190.131; #sendfile on; #charset koi8-r; access_log /var/log/nginx/host.access.log main; location / { root /chanchaw/app/angular; index index.html index.html; try_files $uri $uri/ /index.html; } error_page 404 /index.html; location = /index.html { root /chanchaw/app/angular; } }
solve It turns out that You may also be interested in:
|
<<: Detailed explanation of NodeJS modularity
>>: Example of how to enable Slow query in MySQL
Step 1. Enable MySQL slow query Method 1: Modify ...
Database version: mysql> select version(); +--...
Table of contents 1. The role of index 2. Creatin...
Follow the official tutorial, download the instal...
Table of contents Preface 1. What is scalability?...
This article mainly focuses on the installation a...
# Installation daemon configuration for Redis on ...
Background Recently, when writing SQL statements,...
Table of contents 1. VueRouter 1. Description 2. ...
HTML meta tag HTML meta tags can be used to provi...
Table of contents 1. What is a doubly linked list...
Docker installation (Alibaba Cloud Server) Docker...
Problem Description When using Windows Server 201...
Table of contents process Demo Mini Program Backe...
Dig Introduction: Dig is a tool that queries DNS ...