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
1. Open the virtual machine and git bash window a...
Check if MySQL is already installed in Linux sudo...
need Configuring DingTalk alarms in Zabbix is s...
Msyql database installation, for your reference, ...
Copy code The code is as follows: @charset "...
1. Filter Example: <!DOCTYPE html> <html...
Upgrade process: Original system: CentOS7.3 [root...
1. What is SQL injection? Sql injection is an att...
Database Command Specification All database objec...
introduction Have you ever encountered a situatio...
What is ssh Administrators can log in remotely to...
MySQL replace and replace into are both frequentl...
I always feel that designers are the most sensiti...
Git is integrated in vscode, and many operations ...
Table of contents Preface Global Lock Full databa...