Logo
Explore Help
Sign In
shockrah/infra
1
0
Fork 0
You've already forked infra
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
master
infra/deprecated/playbooks/beta/base-site-conf/freechat.shockrah.xyz

14 lines
349 B
Plaintext
Raw Permalink Normal View History

+ Proof of concept playbooks for pushing website content So far testing with with athens-freechat.shockrah.xyz HTTP setup is working thus far and so certbot integrations are all that is left. Once those are done creating plays for all other websites should be fairly straight forward
2021-12-14 23:55:02 -08:00
# This file basically contains the base configuration for freechat.shockrah.xyz
# This is to be installed before running certbot against it as this only sets us
# up for correct HTTP(not TLS) based connections
server {
root /var/www/freechat;
index index.html;
* Fixing server name for freechat - Removing pointless single website push playbook
2021-12-16 13:33:10 -08:00
server_name freechat.shockrah.xyz;
+ Proof of concept playbooks for pushing website content So far testing with with athens-freechat.shockrah.xyz HTTP setup is working thus far and so certbot integrations are all that is left. Once those are done creating plays for all other websites should be fairly straight forward
2021-12-14 23:55:02 -08:00
location / {
try_files $uri $uri/ =404;
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 46ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API