This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| server { | |
| listen 80; | |
| server_name unismart.top; | |
| index index.html index.htm; | |
| root /data/webroot/smart-parking/dist; | |
| gzip on; | |
| gzip_min_length 1k; | |
| gzip_buffers 4 32k; | |
| gzip_comp_level 6; |
OlderNewer