-
Hey guys, I am facing an issue setting up basic auth for multisite. Checking inside the container I can see an `.htpasswd` file is created for each server name in the related folder. Navigating to any…
-
Hi @bunkerity ,
Hope you are all well !
I think that it would a really useful extra docker images for Nginx to add this project https://github.com/jc21/nginx-proxy-manager.
What do you think …
ghost updated
3 years ago
-
As a memo, these are some useful repos that could be added in bunkerized maybe ?
[https://github.com/kitabisa/teler](https://github.com/kitabisa/teler)
[https://github.com/mitchellkrogza/nginx-u…
-
Hello,
I'm using today the official nginx docker image and I'm using different ports for my differents apps on my NAS.
As an example
`server {
listen 4000 ssl http2;
server…
-
hi,
When i use multisite, nginx modsecurity config path contains a double / :
```bash
/etc/nginx/nextcloud.mydomain # cat modsecurity.conf
modsecurity on;
modsecurity_rules_file /etc/nginx/nex…
-
https://github.com/bunkerity/bunkerized-nginx/blob/14ec9f3e63383adc7ff30b79ee0318bf1f53db2f/compile.sh#L30
Nginx maintains packages for Alpine: http://nginx.org/en/linux_packages.html#Alpine
-
https://docs.nextcloud.com/server/20/admin_manual/installation/nginx.html#nextcloud-in-the-webroot-of-nginx & https://help.nextcloud.com/t/security-warning-on-x-frame-options-http-header-is-not-set-to…
-
hi,
With the following configuration i've got this error :
```
[*] Starting bunkerized-nginx ...
sed: unmatched '/'
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected:…
-
Hi @bunkerity ,
Hope you are still all well :-) !
I am trying to create a dockerized stack with all bunkerity services for a secured prestashop deploy.
It is almost done but I have some issues…
ghost updated
3 years ago
-
I'd like to set custom nginx block `upstream` for load balancing and app version rolling update, but nginx throws error below.
`nginx: [emerg] "upstream" directive is not allowed here in /server-c…