Oleg Leskov 1 年間 前
コミット
058fad5219
5 ファイル変更65 行追加0 行削除
  1. 1 0
      .gitignore
  2. 1 0
      README.md
  3. 0 0
      etc/hosts_params
  4. 20 0
      etc/nginx.conf
  5. 43 0
      proj.geany

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+*workspace

+ 1 - 0
README.md

@@ -0,0 +1 @@
+# CMS pugX

+ 0 - 0
etc/hosts_params


+ 20 - 0
etc/nginx.conf

@@ -0,0 +1,20 @@
+# SSL example
+server {
+	listen *:443 ssl;
+	server_name  www.irina.osvoj.ru irina.osvoj.ru;
+	if ($host ~* www\.(.*)){
+	    set $host_without_www $1;
+	    rewrite ^(.*)$ http://$host_without_www$1 permanent;
+	}
+
+	include /etc/nginx/ssl_params;
+	ssl_certificate /etc/letsencrypt/live/irina.osvoj.ru/fullchain.pem;
+	ssl_certificate_key /etc/letsencrypt/live/irina.osvoj.ru/privkey.pem;
+
+	access_log /var/log/nginx/$host.ssl_access_log main;
+	error_log  /var/log/nginx/$host.ssl_error_log  info;
+
+	root /home/user/$host/htdocs;
+        	
+	#include /var/www/$domain/etc/hosts_params;
+}

+ 43 - 0
proj.geany

@@ -0,0 +1,43 @@
+[editor]
+line_wrapping=true
+line_break_column=72
+auto_continue_multiline=true
+
+[file_prefs]
+final_new_line=true
+ensure_convert_new_lines=true
+strip_trailing_spaces=true
+replace_tabs=true
+
+[indentation]
+indent_width=4
+indent_type=0
+indent_hard_tab_width=8
+detect_indent=true
+detect_indent_width=false
+indent_mode=1
+
+[project]
+name=pugX
+base_path=./
+description=
+file_patterns=
+
+[long line marker]
+long_line_behaviour=2
+long_line_column=72
+
+[files]
+
+
+[VTE]
+last_dir=/home/leskov_ov/mnt/osvoj.ru/user/irina.osvoj.ru/
+
+[prjorg]
+source_patterns=*.c;*.C;*.cpp;*.cxx;*.c++;*.cc;*.m;
+header_patterns=*.h;*.H;*.hpp;*.hxx;*.h++;*.hh;
+ignored_dirs_patterns=.*;CVS;
+ignored_file_patterns=*.o;*.obj;*.a;*.lib;*.so;*.dll;*.lo;*.la;*.class;*.jar;*.pyc;*.mo;*.gmo;
+generate_tag_prefs=0
+show_empty_dirs=true
+external_dirs=