Jump to content

Main public logs

Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:15, 10 January 2022 Kangtain talk contribs created page Nginx:Virtual Host Sederhana (Created page with " server { listen 80; server_name example.com www.example.com; root /var/www/example.com/public_html; index index.html; access_log /var/log/nginx/example.com.access.log; error_log /var/log/nginx/example.com.error.log; } ==Source== *[https://websiteforstudents.com/how-to-set-up-a-nginx-server-block-on-ubuntu-linux/ websiteforstudents.com]")