Remove extra lines

This commit is contained in:
Oliver Davies 2017-12-10 22:04:27 +00:00
parent 69ad5e163c
commit ccb97c0eff

View file

@ -1,12 +1,8 @@
server {
listen 80;
server_name _;
root /app;
index index.html index.htm;
error_page 404 /404.html;
rewrite ^/about/?$ / permanent;