mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 10:17:05 +03:00
Compare commits
9 Commits
fd5929f735
...
1b2f86ce39
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b2f86ce39 | ||
|
|
4577c6eeb6 | ||
|
|
e96be5f6f7 | ||
|
|
6b7d938d89 | ||
|
|
7347beda9e | ||
|
|
b3b4f72193 | ||
|
|
dff6808e94 | ||
|
|
416c85b310 | ||
|
|
c23c862d0b |
@ -27,6 +27,7 @@ volumes:
|
|||||||
path: /srv/drone-runner
|
path: /srv/drone-runner
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
paths:
|
||||||
- master
|
include:
|
||||||
- develop
|
- instalinks/
|
||||||
|
- static/
|
||||||
|
|||||||
@ -17,6 +17,9 @@ server {
|
|||||||
access_log /var/log/nginx/myinstalink.ru-access.log;
|
access_log /var/log/nginx/myinstalink.ru-access.log;
|
||||||
error_log /var/log/nginx/myinstalink.ru-error.log;
|
error_log /var/log/nginx/myinstalink.ru-error.log;
|
||||||
|
|
||||||
|
auth_basic "Restricted Access";
|
||||||
|
auth_basic_user_file /etc/nginx/.htpasswd;
|
||||||
|
|
||||||
location /static/ {
|
location /static/ {
|
||||||
alias /staticFiles/;
|
alias /staticFiles/;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,6 +10,7 @@
|
|||||||
- virtualenv
|
- virtualenv
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
- python3-certbot-nginx
|
- python3-certbot-nginx
|
||||||
|
- apache2-utils
|
||||||
state: latest
|
state: latest
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user