MINOR: lua: Add server name & puid to LUA Server class.
diff --git a/doc/lua-api/index.rst b/doc/lua-api/index.rst
index 9b6d18f..9a9e7ce 100644
--- a/doc/lua-api/index.rst
+++ b/doc/lua-api/index.rst
@@ -922,6 +922,14 @@
 
   This class provides a way for manipulating servers and retrieving information.
 
+.. js:attribute:: Server.name
+
+  Contain the name of the server.
+
+.. js:attribute:: Server.puid
+
+  Contain the proxy unique identifier of the server.
+
 .. js:function:: Server.is_draining(sv)
 
   Return true if the server is currently draining sticky connections.