fix spacing
This commit is contained in:
parent
9881ff5445
commit
0dc7fcc77f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue