PHP Classes

File: ansible/roles/nginx/tasks/main.yml

Recommend this page to a friend!
  Classes of Omar Shaban   PHP Game of Three   ansible/roles/nginx/tasks/main.yml   Download  
File: ansible/roles/nginx/tasks/main.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Game of Three
Game of Three implementation using Websockets
Author: By
Last change:
Date: 2 years ago
Size: 207 bytes
 

Contents

Class file image Download
--- - name: Install Nginx sudo: yes apt: pkg=nginx state=latest - name: Change default nginx site sudo: yes template: src=default.tpl dest=/etc/nginx/sites-available/default notify: restart nginx