17 lines
390 B
Plaintext
17 lines
390 B
Plaintext
ServerAlias letsencrypt
|
|
ServerAlias gitea
|
|
|
|
ServerAdmin root@localhost
|
|
|
|
DocumentRoot "/var/www/localhost/htdocs"
|
|
<Directory "/var/www/localhost/htdocs">
|
|
Options Indexes FollowSymLinks
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|
|
|
|
ProxyPreserveHost On
|
|
ProxyRequests off
|
|
AllowEncodedSlashes NoDecode
|
|
ProxyPass / http://localhost:3000/ nocanon
|
|
ProxyPassReverse / http://localhost:3000/ |