Allow users to add custom http-level nginx config
This is particularly useful if you need to add realip config, to ensure Privatebin's IP-based rate limiting works correctly.
This commit is contained in:
@@ -47,6 +47,8 @@ http {
|
||||
font/opentype
|
||||
image/svg+xml;
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
root /var/www;
|
||||
|
||||
Reference in New Issue
Block a user