mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-09-17 14:02:08 +09:00
Use standard nginx.conf from lsio alpine nginx base image
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
# permissions
|
||||
chown -R abc:abc \
|
||||
/config
|
||||
chmod -R 0644 /etc/logrotate.d
|
||||
chmod -R +r /config/log
|
||||
chmod +x /app/le-renew.sh
|
||||
Reference in New Issue
Block a user