Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 12ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
a

apache

Recently created Least recently created Recently updated Least recently updated

airikr / domain.conf

Last active 3 months ago apache linux

My default config file for a domain for Apache.

0 0 1
1 Protocols h2 h2c http/1.1
2
3 <VirtualHost *:80>
4 <Directory /var/www/html/website/>
5 Options Indexes FollowSymLinks MultiViews
6 AllowOverride All
7 Order allow,deny
8 allow from all
9 </Directory>