pull/153/head
Rui Carmo 2019-11-25 18:49:21 +00:00 zatwierdzone przez GitHub
rodzic 8048149bd5
commit b8b9d38d52
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 12 dodań i 12 usunięć

Wyświetl plik

@ -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