fix spacing

This commit is contained in:
wh1te909 2019-11-18 04:50:46 +00:00
parent 9881ff5445
commit 0dc7fcc77f
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ server {
location / {
root /var/www/rmm/dist;
try_files \$uri \$uri/ /index.html;
add_header Cache-Control "no-store, no-cache, must-revalidate";
add_header Cache-Control "no-store, no-cache, must-revalidate";
add_header Pragma "no-cache";
}
error_log /var/log/nginx/frontend-error.log;