kopia lustrzana https://github.com/piku/piku
Fix indenting
rodzic
8048149bd5
commit
b8b9d38d52
|
@ -43,20 +43,20 @@ packages:
|
||||||
write_files:
|
write_files:
|
||||||
- path: /etc/nginx/sites-available/default
|
- path: /etc/nginx/sites-available/default
|
||||||
content: |
|
content: |
|
||||||
server {
|
server {
|
||||||
listen 80 default_server;
|
listen 80 default_server;
|
||||||
listen [::]:80 default_server;
|
listen [::]:80 default_server;
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
server_name _;
|
server_name _;
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ =404;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
include /home/piku/.piku/nginx/*.conf;
|
include /home/piku/.piku/nginx/*.conf;
|
||||||
- path: /etc/incron.d/paas
|
- path: /etc/incron.d/paas
|
||||||
content: |
|
content: |
|
||||||
/home/piku/.piku/nginx IN_MODIFY,IN_NO_LOOP /bin/systemctl reload nginx
|
/home/piku/.piku/nginx IN_MODIFY,IN_NO_LOOP /bin/systemctl reload nginx
|
||||||
|
|
||||||
runcmd:
|
runcmd:
|
||||||
- timedatectl set-timezone Europe/Lisbon
|
- timedatectl set-timezone Europe/Lisbon
|
||||||
|
|
Ładowanie…
Reference in New Issue