Template for mediawiki
This commit is contained in:
8
nginx/Bastillefile
Normal file
8
nginx/Bastillefile
Normal file
@ -0,0 +1,8 @@
|
||||
PKG nginx
|
||||
|
||||
CMD mkdir /usr/local/etc/nginx/sites-enabled
|
||||
CP nginx.conf /usr/local/etc/nginx/nginx.conf
|
||||
|
||||
SYSRC nginx_enable=YES
|
||||
|
||||
SERVICE nginx start
|
||||
Reference in New Issue
Block a user