nginx-pastebin
nginx-pastebin copied to clipboard
NGINX+Lua based pastebin for text
nginx-pastebin
A pastebin for text using NGINX and Lua
How To
-
nginx-site.conf
contains the example nginx site config. - Make sure the directory where you are saving the pastes is writeable by the webserver user.
- Frontend consists of
- index.html
- assets/site.js
- assets/style.css
Interesting in building one?
Learn to build a pastebin for your self by following this article on Building Pastebin for text using NGINX and Lua.